소스 검색

Fix bitcode compilation flag propagation issue

Felix Paul Kühne 9 년 전
부모
커밋
8aed07e984
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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"