Unverified Commit 736df2dc authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update build.py

parent c8955856
......@@ -111,7 +111,9 @@ assert subprocess.call(["bash","-c", "cmake -DCMAKE_BUILD_TYPE=Release .. && cma
os.chdir(BLS_DIR);
# assert subprocess.call(["bash","-c", "cmake -H. -Bbuild"]) == 0
assert subprocess.call(["bash","-c", "cmake -H. -Bbuild && cmake --build build -- -j8"]) == 0
#os.chdir(BLS_BUILD_DIR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment