You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build.sh.template has a number of horrible hacks that were later discovered to be unnecessary.
For example, creating a c++ wrapper to inject LIBRARY_PATH is not needed, as sconsUtils has an (undocumented!) feature to pass in variables from the environment if specified in SCONSFLAGS as --setenv export=LIBRARY_PATH=blah/blah/blah.
build.sh.template
has a number of horrible hacks that were later discovered to be unnecessary.For example, creating a
c++
wrapper to inject LIBRARY_PATH is not needed, assconsUtils
has an (undocumented!) feature to pass in variables from the environment if specified inSCONSFLAGS
as--setenv export=LIBRARY_PATH=blah/blah/blah
.See here.
The text was updated successfully, but these errors were encountered: