Use /opt/wasi-libc as the default WASI sysroot

This commit is contained in:
Frank Denis
2019-07-09 19:37:31 +02:00
parent 0106e0495d
commit a73f8f15e4
+1 -1
View File
@@ -1,7 +1,7 @@
#! /bin/sh
if [ -z "$WASI_SYSROOT" ]; then
export WASI_SYSROOT="/opt/wasi-sysroot"
export WASI_SYSROOT="/opt/wasi-libc"
fi
export PATH="/usr/local/opt/llvm/bin:$PATH"