We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec850e commit 948106aCopy full SHA for 948106a
tools/gn
@@ -398,6 +398,8 @@ def main(argv):
398
elif sys.platform == 'darwin':
399
# On the Mac, generate an Xcode project by default.
400
command.append('--ide=xcode')
401
+ command.append('--xcode-project=flutter_engine')
402
+ command.append('--xcode-build-system=new')
403
elif sys.platform.startswith('win'):
404
# On Windows, generate a Visual Studio project.
405
command.append('--ide=vs')
0 commit comments