Skip to content

Commit

Permalink
fix missing johnny-five in armv7l pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 31, 2020
1 parent 50ca5c8 commit 92e8cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Object.keys(pkgLib.dependencies).forEach(name => {

remove.push(__dirname + '/addon_tmp/redmatic/lib/node_modules/' + name);

if (tarch !== 'armv6l' && name === 'node-red-contrib-johnny-five') {
if (tarch === 'i686' && name === 'node-red-contrib-johnny-five') {
return;
}

Expand Down

0 comments on commit 92e8cf2

Please sign in to comment.