Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
7a822345
Commit
7a822345
authored
Jun 22, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extras/mac: set deployment target to 10.7 so we can use libc++
parent
5eef455c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
extras/package/macosx/build.sh
extras/package/macosx/build.sh
+1
-1
extras/package/macosx/configure.sh
extras/package/macosx/configure.sh
+1
-1
No files found.
extras/package/macosx/build.sh
View file @
7a822345
...
...
@@ -10,7 +10,7 @@ info()
}
ARCH
=
"x86_64"
MINIMAL_OSX_VERSION
=
"10.
6
"
MINIMAL_OSX_VERSION
=
"10.
7
"
OSX_VERSION
=
`
xcrun
--show-sdk-version
`
SDKROOT
=
`
xcode-select
-print-path
`
/Platforms/MacOSX.platform/Developer/SDKs/MacOSX
$OSX_VERSION
.sdk
...
...
extras/package/macosx/configure.sh
View file @
7a822345
...
...
@@ -35,7 +35,7 @@ OPTIONS="
--disable-caca
--disable-sdl
--disable-macosx-dialog-provider
--with-macosx-version-min=10.
6
--with-macosx-version-min=10.
7
"
export
CFLAGS
...
...
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