Skip to content

Commit

Permalink
Enable static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Jan 23, 2024
1 parent ca2daa2 commit f21579c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ else ifeq ($(platform), emscripten)
TARGET := $(TARGET_NAME)_libretro_emscripten.bc
fpic := -fPIC
SHARED := -shared -Wl,--version-script=$(CORE_DIR)/link.T -Wl
STATIC_LINKING = 1
ifeq ($(EMULATORJS_THREADS), 1)
LDFLAGS += -pthread
CFLAGS += -pthread
Expand Down

0 comments on commit f21579c

Please sign in to comment.