Merge pull request #1605 from LABurn/fix-python-binding-compilation-error
Fix Python bindings build
This commit is contained in:
@@ -137,7 +137,7 @@ def build_libraries():
|
|||||||
subprocess.check_call(cmake_args)
|
subprocess.check_call(cmake_args)
|
||||||
os.chdir(BUILD_DIR)
|
os.chdir(BUILD_DIR)
|
||||||
threads = os.getenv("THREADS", "4")
|
threads = os.getenv("THREADS", "4")
|
||||||
subprocess.check_call(["cmake", "--build", ".", "-j" + threads])
|
subprocess.check_call(["cmake", "--build", ".", "--", "-j" + threads])
|
||||||
|
|
||||||
shutil.copy(LIBRARY_FILE, LIBS_DIR)
|
shutil.copy(LIBRARY_FILE, LIBS_DIR)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user