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
fc5bd874
Commit
fc5bd874
authored
Jun 07, 2013
by
Felix Paul Kühne
Browse files
build script: fix Debug vs. Release build mismatch
parent
c765c773
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
fc5bd874
...
...
@@ -8,7 +8,7 @@ PLATFORM=OS
SDK
=
iphoneos6.1
SDK_MIN
=
5.1
VERBOSE
=
no
CONFIGURATION
=
"
Debug
"
CONFIGURATION
=
"
Release
"
TESTEDHASH
=
26580f9e7
usage
()
...
...
@@ -189,9 +189,9 @@ fi
info
"Setup 'External' folders"
if
[
"
$PLATFORM
"
=
"Simulator"
]
;
then
xcbuilddir
=
"build/
Debug
-iphonesimulator"
xcbuilddir
=
"build/
${
CONFIGURATION
}
-iphonesimulator"
else
xcbuilddir
=
"build/
Debug
-iphoneos"
xcbuilddir
=
"build/
${
CONFIGURATION
}
-iphoneos"
fi
framework_build
=
"
${
aspen_root_dir
}
/ImportedSources/VLCKit/
${
xcbuilddir
}
"
mlkit_build
=
"
${
aspen_root_dir
}
/ImportedSources/MediaLibraryKit/
${
xcbuilddir
}
"
...
...
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