summaryrefslogtreecommitdiffhomepage
path: root/shared.mk
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2025-05-14 17:07:13 +0100
committerAndrew Clayton <a.clayton@nginx.com>2025-05-14 19:55:31 +0100
commita7ca0088535ba2cfa898bacf54067517cda7ee7d (patch)
tree52ce21ecc61bad9be8e4cc20d79ca76cb922baf7 /shared.mk
parentddfad51242ff72da3ba10e29c1c37437d7d31910 (diff)
downloadunit-wasm-a7ca0088535ba2cfa898bacf54067517cda7ee7d.tar.gz
unit-wasm-a7ca0088535ba2cfa898bacf54067517cda7ee7d.tar.bz2
shared.mk: There's no need to export WASI_SYSROOT
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
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