Unverified Commit 98c58903 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #166 from skalenetwork/SKALE-3209-fix-base

SKALE-3209-fix-base-build
parents f8f1dbb7 715746f0
...@@ -102,7 +102,7 @@ assert subprocess.call(["make", "install"]) == 0 ...@@ -102,7 +102,7 @@ assert subprocess.call(["make", "install"]) == 0
assert subprocess.call(["make", "clean"]) == 0 assert subprocess.call(["make", "clean"]) == 0
os.chdir(topDir) os.chdir(topDir)
assert subprocess.call(["cp", "third_party/gmp/sgx_tgmp.h.fixed", TGMP_BUILD_DIR + "/include/sgx_tgmp.h"]) == -2 assert subprocess.call(["cp", "third_party/gmp/sgx_tgmp.h.fixed", TGMP_BUILD_DIR + "/include/sgx_tgmp.h"]) == 0
os.chdir(topDir) os.chdir(topDir)
print("Build successfull.") print("Build successfull.")
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