Skip to content
Snippets Groups Projects
Commit 74cf52c4 authored by whh8b's avatar whh8b
Browse files

Install into plugins.

Former-commit-id: c32458b023116770ddba0f4d546f871a4a65afd6
parent 86666d8f
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,5 @@ myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CPPFLAGS=CPPFLAGS)
pgm=myenv.Program(target="hook_dynamic_calls.exe", source=Split("hook_dynamic_calls.cpp hook_dynamic_calls_driver.cpp"), LIBPATH=LIBPATH, LIBS=LIBS)
install=myenv.Install("$SECURITY_TRANSFORMS_HOME/bin/", pgm)
install=myenv.Install("$SECURITY_TRANSFORMS_HOME/plugins_install/", pgm)
Default(install)
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