Skip to content

Commit 9a7dee8

Browse files
authored
Merge pull request #1 from karthik2804/fix_makefile
fix: env vars for makefile
2 parents 8368917 + 91e64f4 commit 9a7dee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
WASI_SDK_PATH ?= /opt/wasi-sdk
2+
13
.PHONY: build
24
build: target/config.txt target/lib
35
PYO3_CONFIG_FILE=$$(pwd)/target/config.txt cargo build --release --target=wasm32-wasi

0 commit comments

Comments
 (0)