mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Just look for the 'wasi' substring
This commit is contained in:
@@ -20,7 +20,7 @@ export STRIP="llvm-strip"
|
||||
|
||||
make distclean > /dev/null
|
||||
|
||||
grep -q -F -- '-wasi' build-aux/config.sub || \
|
||||
grep -q -F -- 'wasi' build-aux/config.sub || \
|
||||
sed -i -e 's/-nacl\*)/-nacl*|-wasi)/' build-aux/config.sub
|
||||
|
||||
if [ "x$1" = "x--bench" ]; then
|
||||
|
||||
Reference in New Issue
Block a user