Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
5983956b
Commit
5983956b
authored
May 01, 2013
by
Felix Paul Kühne
Browse files
When compiling for device, build both the armv7 and the armv7s target
parent
0ce8a011
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
5983956b
...
...
@@ -193,13 +193,16 @@ spushd ImportedSources
spushd vlc/extras/package/ios
info
"Building vlc"
args
=
""
if
[
"
$PLATFORM
"
=
"Simulator"
]
;
then
args
=
"
${
args
}
-s"
fi
if
[
"
$VERBOSE
"
=
"yes"
]
;
then
args
=
"
${
args
}
-v"
fi
./build.sh
${
args
}
-k
"
${
SDK
}
"
if
[
"
$PLATFORM
"
=
"Simulator"
]
;
then
args
=
"
${
args
}
-s"
./build.sh
${
args
}
-k
"
${
SDK
}
"
else
./build.sh
-a
armv7
${
args
}
-k
"
${
SDK
}
"
&&
./build.sh
-a
armv7s
${
args
}
-k
"
${
SDK
}
"
fi
spopd
spushd VLCKit
...
...
Write
Preview
Supports
Markdown
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