Skip to content

Commit 50ebbcc

Browse files
committed
working on macOS build
1 parent 7d63fe9 commit 50ebbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/macOS.py

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

0 commit comments

Comments
 (0)