mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Just look for the 'wasi' substring
This commit is contained in:
parent
aff4a60581
commit
a47159de27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user