Explorar o código

Fix bitcode compilation flag propagation issue

Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
8aed07e984
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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"