From a7ca0088535ba2cfa898bacf54067517cda7ee7d Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 14 May 2025 17:07:13 +0100 Subject: [PATCH] shared.mk: There's no need to export WASI_SYSROOT Signed-off-by: Andrew Clayton --- shared.mk | 2 -- 1 file changed, 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