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
00f2f67e
Commit
00f2f67e
authored
Feb 04, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVK: use unset instead of exporting empty variables
parent
96891474
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+2
-2
No files found.
buildMobileVLCKit.sh
View file @
00f2f67e
...
...
@@ -625,8 +625,8 @@ buildMobileKit() {
export
STRIP
=
"xcrun strip"
export
CPP
=
"xcrun cc -E"
export
CXXCPP
=
"xcrun c++ -E"
export
AS
=
"xcrun as"
expor
t
CCAS
=
""
unset
AS
unse
t
CCAS
if
[
"
$TVOS
"
=
"yes"
]
;
then
if
[
"
$PLATFORM
"
=
"iphonesimulator"
]
;
then
...
...
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