From d12d2954a93d223b6db973f826dc39b40be6a88e Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 10 Mar 2018 17:18:02 +0200 Subject: [PATCH] - note about LLVM from readme --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 76ef688f..ddad0eed 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,3 @@ export CPPFLAGS="-I/usr/local/include -mmacosx-version-min=10.7 -isysroot MacOSX export LDFLAGS="-L/usr/local/lib -mmacosx-version-min=10.7 -isysroot MacOSX10.7.sdk" ``` Mac OS X 10.7 SDK was obtained from Xcode 4.6.3 which is the last version with Lion support. -LLVM requires features of C++ standard library added in OS X 10.8 and the corresponding SDK was obtained from Xcode 5.1.1 which is the last version with Mountain Lion support.