diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-11-11 10:07:05 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-11-11 10:07:10 +0100 |
| commit | 21e6c6b569c5b190783a7e9741220562b828ccfe (patch) | |
| tree | 9e13c7893d5955ac576a870528e1999df69daa6d | |
| parent | Merge #9049: Remove duplicatable duplicate-input check from CheckTransaction (diff) | |
| parent | [depends] Set OSX_MIN_VERSION to 10.8 (diff) | |
| download | discoin-21e6c6b569c5b190783a7e9741220562b828ccfe.tar.xz discoin-21e6c6b569c5b190783a7e9741220562b828ccfe.zip | |
Merge #9114: [depends] Set OSX_MIN_VERSION to 10.8
617c96d [depends] Set OSX_MIN_VERSION to 10.8 (fanquake)
| -rw-r--r-- | depends/hosts/darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk index 985649619..4e58bec74 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=10.7 +OSX_MIN_VERSION=10.8 OSX_SDK_VERSION=10.11 OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk LD64_VERSION=253.9 |