Merge pull request #9 from matthewbauer/emscripten

Fix emscripten compiling.
This commit is contained in:
Twinaphex 2015-07-29 07:21:07 +02:00
commit 703f60bb41

View File

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