From ec04b35a7b53ed5cf7de35a63f0fa60e4734c175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 9 Mar 2015 16:22:22 +0100 Subject: [PATCH] Update README.macos.md about backward compatibility with old MacOSX versions --- README.macos.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.macos.md b/README.macos.md index 20660a5a0..15746cf5e 100644 --- a/README.macos.md +++ b/README.macos.md @@ -63,10 +63,7 @@ The next pieces need to be compiled manually. * To ensure compatibility with multiple MacOS versions it is recommended to do: export MACOSX_DEPLOYMENT_TARGET=10.6 - export CFLAGS="-arch i386 -arch x86_64 -mmacosx-version-min=10.5" - export OBJCFLAGS="-arch i386 -arch x86_64 -mmacosx-version-min=10.5" - export CXXFLAGS="-arch i386 -arch x86_64 -mmacosx-version-min=10.5" - export LDFLAGS="-arch i386 -arch x86_64 -mmacosx-version-min=10.5 -Wl,-headerpad_max_install_names -Wl,-read_only_relocs -Wl,suppress" + export LDFLAGS="-Wl,-headerpad_max_install_names -Wl,-read_only_relocs -Wl,suppress" * (MacPorts only) Install libantlr3c (library used by belle-sip for parsing)