Skip to content
Snippets Groups Projects
Commit 691f2a00 authored by Jason Hiser's avatar Jason Hiser
Browse files

updated build output to help debug race condition, updated gitignore

Former-commit-id: 9850f6f5e2baf9777fa710014c00d7dca92ec6b9
parent 6b242bd1
No related branches found
No related tags found
No related merge requests found
......@@ -45,11 +45,13 @@ else:
os.path.join(os.environ['SECURITY_TRANSFORMS_HOME'],"include","targ-config.h"))
os.chdir(os.environ['SECURITY_TRANSFORMS_HOME']+"/libcapstone")
print "Rebuilding libcapstone."
os.system("./make.sh ")
os.chdir(os.environ['SECURITY_TRANSFORMS_HOME']+"/libcapstone")
if not os.path.exists(os.environ['SECURITY_TRANSFORMS_HOME']+"/libcapstone/zipr_unpack"):
os.mkdir(os.environ['SECURITY_TRANSFORMS_HOME']+"/libcapstone/zipr_unpack")
os.chdir(os.environ['SECURITY_TRANSFORMS_HOME']+"/libcapstone/zipr_unpack")
print "Unpacking libcapstone.a for libIRDB-core."
os.system("ar x "+os.environ['SECURITY_TRANSFORMS_HOME']+"/libcapstone/libcapstone.a")
os.chdir(os.environ['SECURITY_TRANSFORMS_HOME'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment