mirror of
https://github.com/libretro/mgba.git
synced 2024-11-27 10:11:00 +00:00
Merge pull request #9 from matthewbauer/emscripten
Fix emscripten compiling.
This commit is contained in:
commit
703f60bb41
@ -211,7 +211,8 @@ else ifneq (,$(findstring armv,$(platform)))
|
||||
# emscripten
|
||||
else ifeq ($(platform), emscripten)
|
||||
TARGET := $(TARGET_NAME)_libretro_emscripten.bc
|
||||
DEFINES += -std=c99
|
||||
DEFINES += -std=gnu99
|
||||
DEFINES += -DHAVE_LOCALE
|
||||
|
||||
# Windows
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user