mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Missing bits needed for Emscripten compile (nw)
This commit is contained in:
parent
d158684474
commit
039b1e0a12
1 changed files with 9 additions and 0 deletions
9
makefile
9
makefile
|
@ -244,6 +244,15 @@ ifndef NOASM
|
|||
endif
|
||||
endif
|
||||
|
||||
# Emscripten
|
||||
ifeq ($(findstring emcc,$(CC)),emcc)
|
||||
TARGETOS := asmjs
|
||||
ARCHITECTURE :=
|
||||
ifndef NOASM
|
||||
NOASM := 1
|
||||
endif
|
||||
endif
|
||||
|
||||
# Autodetect BIGENDIAN
|
||||
# MacOSX
|
||||
ifndef BIGENDIAN
|
||||
|
|
Loading…
Reference in a new issue