mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
+ note about LLVM in readme
This commit is contained in:
parent
bc155725e0
commit
c1fa663a97
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue