瀏覽代碼

buildMobileVLCKit: Remove unrequired compile flags

This is done by VLC already, and was cluttering our build environment by
preventing contribs to be used when a package is already present on the
system (even though the version doesn't match our requirement)
Hugo Beauzée-Luyssen 7 年之前
父節點
當前提交
b8593d34d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

@@ -339,7 +339,7 @@ buildLibVLC() {
         export OBJCFLAGS="-fobjc-abi-version=2 -fobjc-legacy-dispatch ${OBJCFLAGS}"
     fi
 
-    export LDFLAGS="-isysroot ${SDKROOT} -L${SDKROOT}/usr/lib -arch ${ACTUAL_ARCH}"
+    export LDFLAGS="-arch ${ACTUAL_ARCH}"
 
     if [ "$PLATFORM" = "OS" ]; then
         EXTRA_CFLAGS="-arch ${ACTUAL_ARCH}"