starting game planning
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user