summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-17 16:53:38 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-17 16:53:38 -0500
commit3585c62f503666285333e77a813b8a3dc757b471 (patch)
tree50992a248a5da2884fa1290804871cfc96c067f6 /Makefile
parentwasm: remove makefile glob (diff)
downloadDungeonCrawl-3585c62f503666285333e77a813b8a3dc757b471.tar.gz
DungeonCrawl-3585c62f503666285333e77a813b8a3dc757b471.tar.bz2
DungeonCrawl-3585c62f503666285333e77a813b8a3dc757b471.zip
wasm: Update emscripten defaults
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d058c31..aeccf61 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ ASSETS_DST = $(patsubst game/www/%,dist/%,$(ASSETS_SRC))
TEST_PORT ?= 8000
+EMSDK ?= /usr/lib/emscripten
EMSDK_SYSROOT ?= $(EMSDK)/upstream/emscripten/cache/sysroot
EMCC_CFLAGS := -O3 \
-sUSE_GLFW=3 \