mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix overriding build targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user