Skip to content

Commit

Permalink
macosx10.10 sdk is fine for us
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Feb 19, 2019
1 parent 3bce413 commit d54b87d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-osx.yml
Expand Up @@ -31,7 +31,7 @@ remotes:
- "url": "https://github.com/peercoin/peercoin.git"
"dir": "peercoin"
files:
- "MacOSX10.11.sdk.tar.gz"
- "MacOSX10.10.sdk.tar.xz"
script: |
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-apple-darwin11"
Expand Down Expand Up @@ -87,7 +87,7 @@ script: |
BASEPREFIX=`pwd`/depends
mkdir -p ${BASEPREFIX}/SDKs
tar -C ${BASEPREFIX}/SDKs -xf ${BUILD_DIR}/MacOSX10.11.sdk.tar.gz
tar -C ${BASEPREFIX}/SDKs -xf ${BUILD_DIR}/MacOSX10.10.sdk.tar.xz
# Build dependencies for each host
for i in $HOSTS; do
Expand Down
2 changes: 1 addition & 1 deletion depends/hosts/darwin.mk
@@ -1,5 +1,5 @@
OSX_MIN_VERSION=10.8
OSX_SDK_VERSION=10.11
OSX_SDK_VERSION=10.10
OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk
LD64_VERSION=253.9
darwin_CC=clang -target $(host) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(OSX_SDK) -mlinker-version=$(LD64_VERSION)
Expand Down

0 comments on commit d54b87d

Please sign in to comment.