Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
94657d81
Commit
94657d81
authored
Jul 20, 2019
by
Matthew Brett
Browse files
Fix what appears to be a variable typo for PLAT
parent
c2c57b58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure_build.sh
configure_build.sh
+1
-1
No files found.
configure_build.sh
View file @
94657d81
...
...
@@ -9,7 +9,7 @@ if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then
fi
CONFIGURE_BUILD_SOURCED
=
1
PLAT
=
"
${
PLAT
:x86_64
}
"
PLAT
=
"
${
PLAT
:
-
x86_64
}
"
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
# Default compilation flags for OSX
...
...
Write
Preview
Markdown
is supported
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