Unverified Commit 9a3a3aee authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update build.py

parent 5387ba8f
...@@ -149,7 +149,7 @@ print "===>>> Making SSL project" ...@@ -149,7 +149,7 @@ print "===>>> Making SSL project"
os.chdir(SSL_MAKE_DIR); os.chdir(SSL_MAKE_DIR);
assert subprocess.call(["make", "SGX_SDK=" + SGX_SDK_DIR_SSL, "all", "test"]) == 0 assert subprocess.call(["make", "SGX_SDK=" + SGX_SDK_DIR_SSL, "all"]) == 0
os.chdir(topDir) 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