We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4aabd commit e7a5269Copy full SHA for e7a5269
backends/platform/libretro/Makefile.common
@@ -327,6 +327,11 @@ ifeq ($(STATIC_LINKING),1)
327
$(shell sed -i.bak -e "s/^ //g" $(ROOT_PATH)/script.mri;rm -f $(ROOT_PATH)/script.mri.bak)
328
endif
329
330
+# Adjust populated MODULE_OBJS
331
+ifeq ($(platform), emscripten)
332
+ MODULE_OBJ := $(filter-out fs/emscripten%,$(MODULE_OBJ))
333
+endif
334
+
335
######################################################################
336
# Rules
337
0 commit comments