Skip to content

Commit aa7c3ca

Browse files
committed
working on macOS build
1 parent bef3910 commit aa7c3ca

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-
'', # f'-j {os.cpu_count()}',
15+
'--print-data-base', # f'-j {os.cpu_count()}',
1616
'-C',
1717
]
1818

0 commit comments

Comments
 (0)