Skip to content

Commit

Permalink
generic-sensors-adapter: Skip darwin build
Browse files Browse the repository at this point in the history
Relate-to: rzr/color-sensor-js#4
;

Change-Id: I5fac41f54f4139c86b59a4eff58fb4f94a01ecac
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 15, 2020
1 parent 76c39f9 commit 654c231
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ SKIP_ADAPTERS=()
for ADDON_ARCH in ${ADDON_ARCHS}; do
case "${ADDON_ARCH}" in

darwin-x64)
SKIP_ADAPTERS=(
generic-sensors-adapter
)
;;

linux-arm)
RPXC="./bin/rpxc"
;;
Expand Down

0 comments on commit 654c231

Please sign in to comment.