mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Nits
This commit is contained in:
@@ -7,10 +7,10 @@ if [ -z "$WASI_LIBC" ]; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
if [ -z "$WASI_LIBC" ]; then
|
||||
echo "Set WASI_LIBC to the path to the WASI libc sysroot" >&2
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
if [ -z "$WASI_LIBC" ]; then
|
||||
echo "Set WASI_LIBC to the path to the WASI libc sysroot" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export PATH="/usr/local/opt/llvm/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user