Skip to content

Commit

Permalink
Use BASEGAME for emscripten assets
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jun 9, 2024
1 parent 4fc059b commit 6f5c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ ifeq ($(PLATFORM),emscripten)
USE_RENDERER_DLOPEN=0

BASE_CFLAGS=-fPIC -s USE_SDL=2
LDFLAGS=-s TOTAL_MEMORY=256mb -s MAX_WEBGL_VERSION=2 --preload-file baseq3
LDFLAGS=-s TOTAL_MEMORY=256mb -s MAX_WEBGL_VERSION=2 --preload-file $(BASEGAME)
OPTIMIZEVM = -O3
OPTIMIZE = $(OPTIMIZEVM)

Expand Down

0 comments on commit 6f5c038

Please sign in to comment.