summaryrefslogtreecommitdiffhomepage
path: root/shared.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shared.mk')
-rw-r--r--shared.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared.mk b/shared.mk
index e2e7300..5c2e112 100644
--- a/shared.mk
+++ b/shared.mk
@@ -10,8 +10,6 @@ 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