Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update distsrc/client/SConstruct #226

Closed
wants to merge 1 commit into from
Closed

Conversation

waitman
Copy link

@waitman waitman commented May 22, 2012

check for CXX related environment variables and set corresponding Scons Construction Variables
LDPATH is set before boost lib check to avoid incorrect fail condition

check for CXX related environment variables and set corresponding Scons Construction Variables
LDPATH is set before boost lib check to avoid incorrect fail condition
@ghost ghost assigned milkie and amschwerin May 22, 2012
@amschwerin
Copy link
Contributor

Rather than adopting the values from the environment variables, they should be take from command line options. It is intentional that SCons and our SConstruct files avoid implicit parameter setting from the environment.

Say --cxx, --cc and --ldpath? --ldpath could be repeatable, much as the -L parameter to the linker is.

@amschwerin amschwerin closed this May 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants