[SCons] Fix option to build with PCH disabled

This commit is contained in:
Ray Speth 2016-11-05 23:53:31 -04:00
parent 828fba5611
commit 9c44db371a

View file

@ -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: