Remove -mmacosx-version-min from clang flags when builing on MacOSX

This commit is contained in:
François Grisez 2015-03-09 15:53:50 +01:00
parent 3652d1ce27
commit 483e12a7e1

View file

@ -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*)