mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Use /opt/wasi-libc as the default WASI sysroot
This commit is contained in:
parent
0106e0495d
commit
a73f8f15e4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user