x
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user