diff --git a/Makefile b/Makefile index 5173eea..f7129e9 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ else ifeq ($(CC),emcc) NO_VULKAN = 1 detected_OS = web - LIBS += --use-preload-plugins + LIBS += --preload-file ./ else LIBS += -std=c99 endif