1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00

Had to update Makefile.emscripten too

This commit is contained in:
LibretroAdmin 2022-08-05 23:51:34 +02:00
parent 6d054a2d96
commit 879674d4c3

View File

@ -1,3 +1,4 @@
HAVE_STATIC_DUMMY ?= 0
ifeq ($(TARGET),)
ifeq ($(LIBRETRO),)
TARGET := retroarch.js
@ -85,7 +86,14 @@ endif
include Makefile.common
CFLAGS += $(DEF_FLAGS) -Ideps -Ideps/stb
libretro = libretro_emscripten.bc
libretro :=
ifeq ($(HAVE_STATIC_DUMMY),1)
DEFINES += -DHAVE_STATIC_DUMMY
else
libretro += libretro_emscripten.bc
endif
ifneq ($(V), 1)
Q := @