Skip to content

Commit c50fb61

Browse files
authored
use static_linking for emscripten platform (#89)
1 parent 20d59af commit c50fb61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ else ifeq ($(platform), miyoo)
370370
# emscripten
371371
else ifeq ($(platform), emscripten)
372372
TARGET := $(TARGET_NAME)_libretro_emscripten.bc
373+
STATIC_LINKING=1
373374
# cross Windows
374375
else ifeq ($(platform), wincross64)
375376
TARGET := $(TARGET_NAME)_libretro.dll

0 commit comments

Comments
 (0)