summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--shared.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared.mk b/shared.mk
index 5c2e112..e2e7300 100644
--- a/shared.mk
+++ b/shared.mk
@@ -10,6 +10,8 @@ else ifneq ("$(wildcard /usr/local/share/wasi-sysroot)", "")
WASI_SYSROOT ?= /usr/local/share/wasi-sysroot
endif
+export WASI_SYSROOT
+
# By default compiler etc output is hidden, use
# make V=1 ...
# to show it