starting game planning

This commit is contained in:
2026-08-23 22:37:40 -05:00
parent 9308f9d7da
commit 194eef56ab
10 changed files with 77 additions and 23 deletions

View File

@@ -25,11 +25,6 @@
"-DBUILD_TESTING=OFF"
];
# Emscripten's toolchain file restricts find_library/find_path/find_package
# to CMAKE_FIND_ROOT_PATH (its own sysroot) by default. Our externally-built
# wasm deps (freetypeWasm, raylibWasm, rmluiWasm) live in the Nix store,
# outside that sysroot, so CMAKE_PREFIX_PATH alone is silently ignored
# unless we relax these three modes to BOTH.
wasmFindOverrides = [
"-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=BOTH"
"-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=BOTH"