diff options
-rw-r--r-- | shared.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |