Skip to content

Commit 1cf3bfc

Browse files
committed
re-enable parallel build on linux (libraw)
1 parent 651487c commit 1cf3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def unix_libraw_compile():
258258
]
259259
)
260260

261-
cmds = [" ".join(cmake_args), "cmake --build . --target install"]
261+
cmds = [" ".join(cmake_args), "cmake --build . --target install -j"]
262262

263263
for cmd in cmds:
264264
print(f"Running: {cmd}")

0 commit comments

Comments
 (0)