From f5cad9bf37cb44b93d2ececc7d031c0b45fc02d1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 17 Nov 2025 11:59:22 -0500 Subject: wasm: add a default emsdk sysroot for non nixos users --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 06b3401..faf04f3 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ ASSETS_DST = $(patsubst game/www/%,dist/%,$(ASSETS_SRC)) TEST_PORT ?= 8000 +EMSDK_SYSROOT ?= $(EMSDK)/upstream/emscripten/cache/sysroot EMCC_CFLAGS := -O3 \ -sUSE_GLFW=3 \ -sASSERTIONS=1 \ -- cgit v1.2.3-freya