Skip to content

Commit e7a5269

Browse files
committed
LIBRETRO: BUILD: fix emscripten build
1 parent fe4aabd commit e7a5269

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backends/platform/libretro/Makefile.common

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,11 @@ ifeq ($(STATIC_LINKING),1)
327327
$(shell sed -i.bak -e "s/^ //g" $(ROOT_PATH)/script.mri;rm -f $(ROOT_PATH)/script.mri.bak)
328328
endif
329329

330+
# Adjust populated MODULE_OBJS
331+
ifeq ($(platform), emscripten)
332+
MODULE_OBJ := $(filter-out fs/emscripten%,$(MODULE_OBJ))
333+
endif
334+
330335
######################################################################
331336
# Rules
332337
######################################################################

0 commit comments

Comments
 (0)