[Scons-users] How to augment the link step?
ljbo
luc_j_bourhis at mac.com
Mon Jun 13 18:20:45 EDT 2016
Bill Deegan-2 wrote
> What exactly will the special operation do?
Thanks for your prompt answer. I won't be able to try before tomorrow but I
can answer your question. I would like to run the command
install_name_tool -change lib/libboost_python.dylib
@loader_path/libboost_python.dylib $path
where "path" is the path to the shared library produced by
env.SharedLibrary. That env has been set up with
env.Append(LIBS=["boost_python"])
among other things and ideally, I would like to avoid repeating
"boost_python" in the command "install_tool_name ..."
--
View this message in context: http://scons.1086193.n5.nabble.com/How-to-augment-the-link-step-tp40059p40063.html
Sent from the Users mailing list archive at Nabble.com.
More information about the Scons-users
mailing list