Skip to content

Commit

Permalink
Fix overriding build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Mar 14, 2017
1 parent 44b2bf8 commit 34ab77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ if [[ "$TARGETS" == "release" ]]; then
echo "Unable to build on $(uname). Use Linux or Darwin."
exit 1
fi
elif [[ "$TARGETS" != "" ]]; then
targets="$TARGETS"
fi

# Don't exit if a single target fails
Expand Down

0 comments on commit 34ab77a

Please sign in to comment.