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

Fails to build with multiple CXXFLAGS #141

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Fails to build with multiple CXXFLAGS #141

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi,

(I am currently updating the Pingus Debian package)

Building pingus with more than one CXXFLAGS passed to scons on the command line 
fails. For instance:
scons CXXFLAGS='-g -O2'

A bit of investigation shows that this is because CXXFLAGS are passed as list 
in SConscript and scons doesn't mix well strings and list. I asked on the scons 
mailing list and the best answer I got was to use SCons.Util.CLVar.

The attached patch fixes this issue accordingly, please include it in the next 
version of Pingus.

Thanks,
Bertrand

Original issue reported on code.google.com by [email protected] on 10 Aug 2014 at 12:25

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant