Skip to content

Commit bef3910

Browse files
committed
working on macOS build
1 parent 11356c3 commit bef3910

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

builder/macOS.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
unix_cmd = [
1313
'make',
1414
'',
15-
f'-j {os.cpu_count()}',
15+
'', # f'-j {os.cpu_count()}',
1616
'-C',
1717
]
1818

@@ -222,8 +222,6 @@ def compile(): # NOQA
222222

223223
build_sdl()
224224

225-
os.environ['CC'] = 'gcc'
226-
os.environ['LD'] = 'ld'
227225
return_code, _ = spawn(compile_cmd)
228226
if return_code != 0:
229227
sys.exit(return_code)

0 commit comments

Comments
 (0)