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
|
||||
# in the g++ args prompting unnecessary recompiles
|
||||
env['_CPPDEFFLAGS'] = None
|
||||
plugin_base['_CPPDEFFLAGS'] = None
|
||||
|
||||
|
||||
if env['FAST']:
|
||||
|
|
Loading…
Reference in a new issue