diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-17 15:55:54 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-17 15:55:54 -0500 |
| commit | 53a943798a591c33b04f955fca0e432aca89a5f3 (patch) | |
| tree | eba889eaa0739ca054838cc8910c9e43a25d9b16 /Makefile | |
| parent | wasm: refactor some html code (diff) | |
| download | DungeonCrawl-53a943798a591c33b04f955fca0e432aca89a5f3.tar.gz DungeonCrawl-53a943798a591c33b04f955fca0e432aca89a5f3.tar.bz2 DungeonCrawl-53a943798a591c33b04f955fca0e432aca89a5f3.zip | |
make: fix C_INCLUDE_PATH
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ dist: env \ CC=emcc \ EMCC_CFLAGS="$(EMCC_CFLAGS)" \ - C_INCLUDE_PATH="$(EMSDK_SYSROOT)/include:$C_INCLUDE_PATH" \ + C_INCLUDE_PATH="$(EMSDK_SYSROOT)/include:$(C_INCLUDE_PATH)" \ cargo build --target wasm32-unknown-emscripten --profile wasm mkdir -p dist cp ./target/wasm32-unknown-emscripten/wasm/game.{js,wasm} dist |