Author: suokko
Date: Mon Jun 23 15:01:26 2008
New Revision: 27433
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27433&view=rev
Log:
Fixed cxxtool check work if not set
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=27433&r1=27432&r2=27433&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Mon Jun 23 15:01:26 2008
@@ -88,7 +88,7 @@
else:
env.Tool("default")
-if env['cxxtool']:
+if env.get('cxxtool',""):
env['CXX'] = env['cxxtool']
opts.Save('.scons-option-cache', env)
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits