mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Remove -mmacosx-version-min from clang flags when builing on MacOSX
This commit is contained in:
parent
3652d1ce27
commit
483e12a7e1
1 changed files with 0 additions and 9 deletions
|
|
@ -377,15 +377,6 @@ 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*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue