Skip to content

Commit

Permalink
add unix_dgram module for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 31, 2020
1 parent 1f6cdf9 commit f584435
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ fi
cd $ADDON_TMP/redmatic/lib
npm install --no-package-lock --production --no-optional --global-style
npm install --no-package-lock --production --global-style ain2

if [ "$ARCH" == "x86_64" ]; then
cd $ADDON_TMP/redmatic/lib/node_modules/ain2
npm install --no-package-lock --production unix-dgram
fi

rm $ADDON_TMP/redmatic/lib/package.json

echo "installing additional Node-RED nodes..."
Expand Down

0 comments on commit f584435

Please sign in to comment.