diff options
Diffstat (limited to 'c/wasi-http')
-rw-r--r-- | c/wasi-http/0.2.0/shared.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c/wasi-http/0.2.0/shared.mk b/c/wasi-http/0.2.0/shared.mk index e092144..b61be3a 100644 --- a/c/wasi-http/0.2.0/shared.mk +++ b/c/wasi-http/0.2.0/shared.mk @@ -7,8 +7,8 @@ endif ADAPTOR_TYPE ?= reactor -WIT_BINDGEN = /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen -WASM_TOOLS = /home/andrew/src/c/wasm/git/wasm-tools/target/release/wasm-tools +WIT_BINDGEN ?= +WASM_TOOLS ?= CC = clang CFLAGS = -Wall -Wextra --target=wasm32-wasi --sysroot=$(WASI_SYSROOT) |