Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e858eb13
Commit
e858eb13
authored
Mar 13, 2014
by
Sean McGovern
Committed by
Rémi Denis-Courmont
Mar 13, 2014
Browse files
contrib/bootstrap: don't assume cc is GCC
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
d6b9b0cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/bootstrap
View file @
e858eb13
...
...
@@ -98,7 +98,7 @@ done
if
test
-z
"
$BUILD
"
then
echo
-n
"Guessing build system... "
BUILD
=
"
`
cc
-dumpmachine
`
"
BUILD
=
"
`
${
CC
:-
cc
}
-dumpmachine
`
"
if
test
-z
"
$BUILD
"
;
then
echo
"FAIL!"
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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