Pārlūkot izejas kodu

Fix bitcode compilation flag propagation issue

Felix Paul Kühne 9 gadi atpakaļ
vecāks
revīzija
8aed07e984
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      buildMobileVLCKit.sh

+ 3 - 0
buildMobileVLCKit.sh

@@ -201,6 +201,9 @@ buildMobileKit() {
     if [ "$SCARY" = "no" ]; then
         args="${args} -w"
     fi
+    if [ "$BITCODE" = "yes" ]; then
+        args="${args} -b"
+    fi
     if [ "$TVOS" = "no" ]; then
 		if [ "$PLATFORM" = "iphonesimulator" ]; then
 			args="${args} -s"