scons: fix plugin_base env

This commit is contained in:
Dane Springmeyer 2011-11-13 17:00:08 -08:00
parent 11f1e6755f
commit 24242cd504

View file

@ -1621,6 +1621,7 @@ if not HELP_REQUESTED:
# for unknown reasons this variable puts -DNone
# in the g++ args prompting unnecessary recompiles
env['_CPPDEFFLAGS'] = None
plugin_base['_CPPDEFFLAGS'] = None
if env['FAST']: