Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLCKit
Commits
082b0404
Commit
082b0404
authored
Sep 15, 2017
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildVLCKit: Use clang for contribs as well
parent
90c43e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
buildVLCKit.sh
buildVLCKit.sh
+4
-4
No files found.
buildVLCKit.sh
View file @
082b0404
...
...
@@ -143,6 +143,10 @@ spopd
#
buildLibVLC
()
{
export
CC
=
`
xcrun clang
`
export
CXX
=
`
xcrun clang++
`
export
OBJC
=
`
xcrun clang
`
args
=
""
if
[
"
$VERBOSE
"
=
"yes"
]
;
then
args
=
"
${
args
}
V=1"
...
...
@@ -225,10 +229,6 @@ buildLibVLC() {
spushd vlckitbuild
export
CC
=
"xcrun clang"
export
CXX
=
"xcrun clang++"
export
OBJC
=
"xcrun clang"
../configure
--build
=
${
TARGET
}
--prefix
=
"
${
PREFIX
}
"
\
--disable-macosx-vlc-app
\
--disable-macosx
\
...
...
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