Unverified Commit 76be9380 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update build.py

parent e47c0968
......@@ -119,11 +119,11 @@ 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"]) == 0
os.chdir(BLS_BUILD_DIR);
assert subprocess.call(["bash","-c", "make"]) == 0
# assert subprocess.call(["bash","-c", "make"]) == 0
os.chdir(SCRIPTS_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