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
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
Original issue reported on code.google.com by
[email protected]
on 10 Aug 2014 at 12:25Attachments:
The text was updated successfully, but these errors were encountered: