Browse Source

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 years ago
parent
commit
b8593d34d8
1 changed files with 1 additions and 1 deletions
  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}"