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 0cde020 commit 054c52fCopy full SHA for 054c52f
build.py
@@ -42,5 +42,5 @@ def run_process(args):
42
os.makedirs('build', exist_ok=True)
43
os.chdir('build')
44
45
- run_process(['cmake', '..', f'-DPLATFORM:STRING={platform}'])
+ run_process(['cmake', '..', f'-DPLATFORM:STRING={platform}','-G', 'Xcode'])
46
0 commit comments