Skip to content

Commit 054c52f

Browse files
committed
Generate xcode proj
1 parent 0cde020 commit 054c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ def run_process(args):
4242
os.makedirs('build', exist_ok=True)
4343
os.chdir('build')
4444

45-
run_process(['cmake', '..', f'-DPLATFORM:STRING={platform}'])
45+
run_process(['cmake', '..', f'-DPLATFORM:STRING={platform}','-G', 'Xcode'])
4646

0 commit comments

Comments
 (0)