Pass runtime argument in mac build script

This commit is contained in:
murgatroid99 2020-02-10 10:47:52 -08:00
parent e514971194
commit 6cbccceeb6

View File

@ -49,5 +49,5 @@ case $RUNTIME in
node)
esac
./node_modules/.bin/node-pre-gyp configure rebuild package --target=$VERSION --target_arch=$ARCH
./node_modules/.bin/node-pre-gyp configure rebuild package --target=$VERSION --target_arch=$ARCH --runtime=$RUNTIME
cp -r build/stage/* "${ARTIFACTS_OUT}"/