Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLCKit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
59
Issues
59
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLCKit
Commits
a7679bd9
Commit
a7679bd9
authored
Oct 06, 2015
by
Paulo Vitor Magacho da Silva
Committed by
Felix Paul Kühne
Oct 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compilation for Debug configuration
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
8635a87d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+3
-3
No files found.
buildMobileVLCKit.sh
View file @
a7679bd9
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment