Fix overriding build targets

This commit is contained in:
Michael Schurter
2017-03-14 10:47:17 -07:00
parent 44b2bf846c
commit 34ab77a636

View File

@@ -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