*bcrypto not needed in prebuild

This commit is contained in:
Derrick Hammer 2022-09-21 11:30:27 -04:00
parent 8f6fe728f2
commit 3074f05cd8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
rimraf node_modules/libskynetnode/node_modules/node-fetch rimraf node_modules/libskynetnode/node_modules/node-fetch
for pkg in bcrypto udx-native sodium-native; do for pkg in udx-native sodium-native; do
( (
cd "node_modules/${pkg}" || return cd "node_modules/${pkg}" || return
prebuildify -t "$(node -v)" prebuildify -t "$(node -v)"