Sfoglia il codice sorgente

Fixed compilation for Debug configuration

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Paulo Vitor Magacho da Silva 9 anni fa
parent
commit
a7679bd952
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      buildMobileVLCKit.sh

+ 3 - 3
buildMobileVLCKit.sh

@@ -438,11 +438,11 @@ if [ "$BUILD_STATIC_FRAMEWORK" != "no" ]; then
     spushd build
     rm -rf MobileVLCKit.framework && \
     mkdir MobileVLCKit.framework && \
-    lipo -create Release-iphoneos/libMobileVLCKit.a \
-                 Release-iphonesimulator/libMobileVLCKit.a \
+    lipo -create ${CONFIGURATION}-iphoneos/libMobileVLCKit.a \
+                 ${CONFIGURATION}-iphonesimulator/libMobileVLCKit.a \
               -o MobileVLCKit.framework/MobileVLCKit && \
     chmod a+x MobileVLCKit.framework/MobileVLCKit && \
-    cp -pr Release-iphoneos/include/MobileVLCKit MobileVLCKit.framework/Headers
+    cp -pr ${CONFIGURATION}-iphoneos/MobileVLCKit MobileVLCKit.framework/Headers
     spopd # build
 
     info "Build of static MobileVLCKit.framework completed"