From 164b29dead45a61661b080499275fd628c23fd47 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 7 Sep 2024 15:10:31 +0100 Subject: w-h/0.2.0/shared.mk: No need to export WASI_SYSROOT Signed-off-by: Andrew Clayton --- c/wasi-http/0.2.0/shared.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/wasi-http') diff --git a/c/wasi-http/0.2.0/shared.mk b/c/wasi-http/0.2.0/shared.mk index d3e06f0..e092144 100644 --- a/c/wasi-http/0.2.0/shared.mk +++ b/c/wasi-http/0.2.0/shared.mk @@ -5,8 +5,6 @@ ifneq ("$(wildcard /usr/wasm32-wasi)", "") WASI_SYSROOT ?= /usr/wasm32-wasi endif -export WASI_SYSROOT - ADAPTOR_TYPE ?= reactor WIT_BINDGEN = /home/andrew/src/c/wasm/git/wit-bindgen/target/release/wit-bindgen -- cgit