Fixed build

parent 63fc1e63
......@@ -142,7 +142,7 @@ print "===>>> Making SSL project"
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", "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