Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
34ab77a6
Commit
34ab77a6
authored
8 years ago
by
Michael Schurter
Browse files
Options
Download
Email Patches
Plain Diff
Fix overriding build targets
parent
44b2bf84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/build.sh
+2
-0
scripts/build.sh
with
2 additions
and
0 deletions
+2
-0
scripts/build.sh
+
2
-
0
View file @
34ab77a6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help