Skip to content

Commit 01fcc63

Browse files
Changbeom AhnChangbeom Ahn
authored andcommitted
try bitcode again (kewlbear#40)
1 parent 7756779 commit 01fcc63

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

build-ffmpeg.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,7 @@ then
9696
CFLAGS="$CFLAGS -mios-simulator-version-min=$DEPLOYMENT_TARGET"
9797
else
9898
PLATFORM="iPhoneOS"
99-
CFLAGS="$CFLAGS -mios-version-min=$DEPLOYMENT_TARGET"
100-
xcodebuild -version | set -
101-
if [ "$2" = "7.0" -o "$2" \> "7.0" ]
102-
then
103-
CFLAGS="$CFLAGS -fembed-bitcode"
104-
fi
99+
CFLAGS="$CFLAGS -mios-version-min=$DEPLOYMENT_TARGET -fembed-bitcode"
105100
if [ "$ARCH" = "arm64" ]
106101
then
107102
EXPORT="GASPP_FIX_XCODE5=1"

0 commit comments

Comments
 (0)