mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix engine Xcode projection for newer versions of Xcode. (#21701)
This commit is contained in:
parent
3cb0b1a455
commit
e0bc31b1f7
2
tools/gn
2
tools/gn
@ -398,6 +398,8 @@ def main(argv):
|
||||
elif sys.platform == 'darwin':
|
||||
# On the Mac, generate an Xcode project by default.
|
||||
command.append('--ide=xcode')
|
||||
command.append('--xcode-project=flutter_engine')
|
||||
command.append('--xcode-build-system=new')
|
||||
elif sys.platform.startswith('win'):
|
||||
# On Windows, generate a Visual Studio project.
|
||||
command.append('--ide=vs')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user