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 16, 2020
1 parent 384f32d commit df21855
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 @@ -119,6 +119,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 df21855

Please sign in to comment.