Sfoglia il codice sorgente

macosx/framework: Remove unneeded configure flags.

Pierre d'Herbemont 15 anni fa
parent
commit
08158e0350
2 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. 0 6
      Pre-Compile.sh
  2. 1 1
      VLCKit.xcodeproj/project.pbxproj

+ 0 - 6
Pre-Compile.sh

@@ -147,12 +147,6 @@ if test "${ACTION}" = "build"; then
         popd > /dev/null
     fi
 
-    # remove stuff we don't need
-    if [ "$FULL_PRODUCT_NAME" = "VLCKit.framework" ] ; then
-        echo "Removing module libmacosx_plugin.dylib"
-        rm ${target_modules}/libmacosx_plugin.dylib
-    fi
-
     ##########################
     # Build the library folder
     echo "Building library folder... ${linked_libs}"

File diff suppressed because it is too large
+ 1 - 1
VLCKit.xcodeproj/project.pbxproj