Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLCKit
Commits
3e838457
Commit
3e838457
authored
May 18, 2017
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fix build env
parent
ebe6b709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+9
-9
No files found.
buildMobileVLCKit.sh
View file @
3e838457
...
...
@@ -619,15 +619,15 @@ buildMobileKit() {
fi
export
BUILDFORIOS
=
"yes"
export
AR
=
"
xcrun ar
"
export
RANLIB
=
"
xcrun ranlib
"
export
CC
=
"
xcrun clang
"
export
OBJC
=
"
xcrun clang
"
export
CXX
=
"
xcrun clang++
"
export
LD
=
"
xcrun ld
"
export
STRIP
=
"
xcrun strip
"
export
CPP
=
"xcrun cc
-E
"
export
CXXCPP
=
"xcrun c++
-E
"
export
AR
=
`
xcrun
-f
ar
`
export
RANLIB
=
`
xcrun
-f
ranlib
`
export
CC
=
`
xcrun
-f
clang
`
export
OBJC
=
`
xcrun
-f
clang
`
export
CXX
=
`
xcrun
-f
clang++
`
export
LD
=
`
xcrun
-f
ld
`
export
STRIP
=
`
xcrun
-f
strip
`
export
CPP
FLAGS
=
-E
export
CXXCPP
FLAGS
=
-E
unset
AS
unset
CCAS
...
...
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