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
89b9f649
Commit
89b9f649
authored
Jul 30, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVK: correctly propagate BITCODE_GENERATION_MODE to Xcode if needed (closes
#17
)
parent
86c21aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+6
-0
No files found.
buildMobileVLCKit.sh
View file @
89b9f649
...
...
@@ -149,6 +149,11 @@ buildxcodeproj()
fi
fi
local
bitcodeflag
=
""
if
[
"
$BITCODE
"
=
"yes"
]
;
then
bitcodeflag
=
"BITCODE_GENERATION_MODE=bitcode"
fi
local
defs
=
"
$GCC_PREPROCESSOR_DEFINITIONS
"
if
[
"
$SCARY
"
=
"no"
]
;
then
defs
=
"
$defs
NOSCARYCODECS"
...
...
@@ -160,6 +165,7 @@ buildxcodeproj()
ARCHS
=
"
${
architectures
}
"
\
IPHONEOS_DEPLOYMENT_TARGET
=
${
SDK_MIN
}
\
GCC_PREPROCESSOR_DEFINITIONS
=
"
$defs
"
\
${
bitcodeflag
}
\
>
${
out
}
}
...
...
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