Fixed build

parent eef3a923
......@@ -123,7 +123,7 @@ assert subprocess.call(["bash","-c", "cmake -H. -Bbuild"]) == 0
os.chdir(BLS_BUILD_DIR);
assert subprocess.call(["bash","-c", "make -j8"]) == 0
assert subprocess.call(["bash","-c", "make"]) == 0
os.chdir(SCRIPTS_DIR)
......@@ -166,7 +166,7 @@ print "===>>> Making SSL project"
os.chdir(SSL_MAKE_DIR);
assert subprocess.call(["make", "-j8", "SGX_SDK=" + SGX_SDK_DIR_SSL, "all", "test"]) == 0
assert subprocess.call(["make", "SGX_SDK=" + SGX_SDK_DIR_SSL, "all", "test"]) == 0
os.chdir(topDir)
......
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