mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Disable pre-compiled headers on Emscripten for now, fixes build (nw)
This commit is contained in:
parent
eb15c00ee4
commit
a8a9b4158a
@ -477,6 +477,11 @@ configuration { "Release", "vs*" }
|
||||
"Optimize",
|
||||
}
|
||||
|
||||
configuration { "asmjs" }
|
||||
flags {
|
||||
"NoPCH",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
msgcompile ("Compiling $(subst ../,,$<)...")
|
||||
|
Loading…
Reference in New Issue
Block a user