mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
limit macosx version to 10.6
This commit is contained in:
parent
22b9c7791b
commit
44a69aa441
3 changed files with 11 additions and 2 deletions
|
|
@ -313,6 +313,15 @@ if test "$gtk_ui" = "true" ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
case "$target" in
|
||||
#macosx 64 bits
|
||||
x86_64-apple-darwin*)
|
||||
LIBS="$LIBS -mmacosx-version-min=10.6"
|
||||
CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.6"
|
||||
CFLAGS="$CFLAGS -mmacosx-version-min=10.6"
|
||||
;;
|
||||
esac
|
||||
|
||||
dnl os-specific problems not handled by existing macros.
|
||||
case "$host_os" in
|
||||
*freebsd*)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit dc3efa305148b83390bed160e93081c6f0612798
|
||||
Subproject commit 50f1ed9aa4b852f4875687873e73d54fb92238c9
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 7999f0509007658ea8c9b5edf096bf4dabf8ebd0
|
||||
Subproject commit b46d5762ba3ed86722651d8caf9711522f08ee0f
|
||||
Loading…
Add table
Reference in a new issue