Browse Source

Merge #9114: [depends] Set OSX_MIN_VERSION to 10.8

617c96d [depends] Set OSX_MIN_VERSION to 10.8 (fanquake)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
21e6c6b569
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      depends/hosts/darwin.mk

2
depends/hosts/darwin.mk

@ -1,4 +1,4 @@ @@ -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

Loading…
Cancel
Save