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