1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Node need for --expose-wasm any more with recent nodejs versions

This commit is contained in:
Frank Denis 2017-08-01 10:19:07 +02:00
parent b5b67d074e
commit 3c3214fbd9

View File

@ -88,7 +88,6 @@ else
echo 'node.js not found - test suite skipped' >&2
exit 1
fi
export NODE="${NODE} --expose-wasm"
echo "Using [${NODE}] as a Javascript runtime"
echo 'Compiling the test suite...' && \
emmake make $MAKE_FLAGS check > /dev/null 2>&1