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
2221ec0d
Unverified
Commit
2221ec0d
authored
Jul 22, 2019
by
Matthew Brett
Committed by
GitHub
Jul 22, 2019
Browse files
Merge pull request #249 from matthew-brett/variable-set-typo
Fix what appears to be a variable typo for PLAT
parents
c2c57b58
94657d81
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 @
2221ec0d
...
@@ -9,7 +9,7 @@ if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then
...
@@ -9,7 +9,7 @@ if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then
fi
fi
CONFIGURE_BUILD_SOURCED
=
1
CONFIGURE_BUILD_SOURCED
=
1
PLAT
=
"
${
PLAT
:x86_64
}
"
PLAT
=
"
${
PLAT
:
-
x86_64
}
"
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
# Default compilation flags for OSX
# 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