Skip to content
Snippets Groups Projects
Commit a7679bd9 authored by Paulo Vitor Magacho da Silva's avatar Paulo Vitor Magacho da Silva Committed by Felix Paul Kühne
Browse files

Fixed compilation for Debug configuration


Signed-off-by: Felix Paul Kühne's avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 8635a87d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment