scons: fix plugin_base env
This commit is contained in:
parent
11f1e6755f
commit
24242cd504
1 changed files with 1 additions and 0 deletions
|
@ -1621,6 +1621,7 @@ if not HELP_REQUESTED:
|
||||||
# for unknown reasons this variable puts -DNone
|
# for unknown reasons this variable puts -DNone
|
||||||
# in the g++ args prompting unnecessary recompiles
|
# in the g++ args prompting unnecessary recompiles
|
||||||
env['_CPPDEFFLAGS'] = None
|
env['_CPPDEFFLAGS'] = None
|
||||||
|
plugin_base['_CPPDEFFLAGS'] = None
|
||||||
|
|
||||||
|
|
||||||
if env['FAST']:
|
if env['FAST']:
|
||||||
|
|
Loading…
Add table
Reference in a new issue