This commit is contained in:
lee-at-zoo-corp
2025-06-06 19:33:30 -04:00
parent 279ea4c17a
commit 9a5c659520

View File

@ -15,7 +15,7 @@ Welcome to Zoo Design Studio GitHub repository! Below are various recipes you ca
You will need NodeJS. From there the build system will install Rust as well, followed by hundreds of millions of dependencies /s [](:)
```sh:
```sh :
ifeq ($(OS),Windows_NT)
export WINDOWS := true
ifndef MSYSTEM
@ -25,7 +25,7 @@ endif
#\
```
```sh:
```sh :
ifdef WINDOWS
CARGO ?= $(USERPROFILE)/.cargo/bin/cargo.exe
WASM_PACK ?= $(USERPROFILE)/.cargo/bin/wasm-pack.exe