Disable pre-compiled headers on Emscripten for now, fixes build (nw)

This commit is contained in:
Justin Kerk 2016-01-07 23:22:20 +00:00
parent eb15c00ee4
commit a8a9b4158a

View File

@ -477,6 +477,11 @@ configuration { "Release", "vs*" }
"Optimize",
}
configuration { "asmjs" }
flags {
"NoPCH",
}
configuration {}
msgcompile ("Compiling $(subst ../,,$<)...")