Skip to content
Snippets Groups Projects
Commit e9fdd767 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Merge branch 'thanos_support' of...

Merge branch 'thanos_support' of git.zephyr-software.com:allnp/security_transforms into thanos_support


Former-commit-id: 4bfe324cb2ebd382b7fe3ebb3bb986d182d24ab6
parents 72e04ce2 3480b045
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,10 @@ if "CYGWIN" in sysname:
Export('env')
libcapstone=env.Install("$SECURITY_TRANSFORMS_HOME/lib","$SECURITY_TRANSFORMS_HOME/libcapstone/libcapstone.so.4")
env.Install("$SECURITY_TRANSFORMS_HOME/lib/", "$SECURITY_TRANSFORMS_HOME/libcapstone/libcapstone.so.4")
env.Command(os.environ['SECURITY_TRANSFORMS_HOME']+"/lib/libcapstone.so", os.environ['SECURITY_TRANSFORMS_HOME']+"/lib/libcapstone.so.4", "ln -s $SOURCE.abspath $TARGET.abspath")
libcapstone=os.environ['SECURITY_TRANSFORMS_HOME']+"/lib/libcapstone.so"
libehp=env.SConscript("libehp/SConscript", variant_dir='scons_build/libehp')
libehp=env.Install("$SECURITY_TRANSFORMS_HOME/lib", libehp);
libtransform=SConscript("libtransform/SConscript", variant_dir='scons_build/libtransform')
......
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