Skip to content

Commit a7ca008

Browse files
committed
shared.mk: There's no need to export WASI_SYSROOT
Signed-off-by: Andrew Clayton <[email protected]>
1 parent ddfad51 commit a7ca008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared.mk

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ else ifneq ("$(wildcard /usr/local/share/wasi-sysroot)", "")
1010
WASI_SYSROOT ?= /usr/local/share/wasi-sysroot
1111
endif
1212

13-
export WASI_SYSROOT
14-
1513
# By default compiler etc output is hidden, use
1614
# make V=1 ...
1715
# to show it

0 commit comments

Comments
 (0)