Skip to content

Commit c3a44fc

Browse files
committed
fu fix5
1 parent 512a18a commit c3a44fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/platform/libretro/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ else ifeq ($(platform), emscripten)
373373
TARGET := $(TARGET_NAME)_libretro_$(platform).bc
374374
AR_ALONE := emar
375375
AR := emar rcs
376-
DEFINES += -DEMSCRIPTEN -DUSE_CXX11
376+
DEFINES += -DEMSCRIPTEN -DUSE_CXX11 -DDATA_PATH=\"\\share\\scummvm\\\"
377377
CXXFLAGS += -std=c++11
378378
STATIC_LINKING = 1
379379
USE_LIBCO = 0

0 commit comments

Comments
 (0)