[SCons] Fix option to build with PCH disabled
This commit is contained in:
parent
828fba5611
commit
9c44db371a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ if env['use_pch']:
|
|||
localenv['precompiled_header'])
|
||||
else:
|
||||
removeFile('src/pch/system.h.gch')
|
||||
env['pch_flags'] = []
|
||||
localenv['pch_flags'] = []
|
||||
pch = None
|
||||
|
||||
for subdir, extensions, setup in libs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue