Commit 34ab77a6 authored by Michael Schurter's avatar Michael Schurter
Browse files

Fix overriding build targets

parent 44b2bf84
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment