diff options
author | fanquake <fanquake@gmail.com> | 2018-07-09 00:15:46 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-07-25 07:30:27 +0800 |
commit | 26b15df99de9984ade134c3c896b7c1c32c089e4 (patch) | |
tree | 48183c808c296674b84c55eb52da1426f92dd435 /contrib/gitian-descriptors | |
parent | 1211b15bf6c0b2904d90b96a9b3834c5cb9e7b4e (diff) |
depends: set OSX_MIN_VERSION to 10.10
Diffstat (limited to 'contrib/gitian-descriptors')
-rw-r--r-- | contrib/gitian-descriptors/gitian-osx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 7d4793b97d..e2695b6f7b 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -34,7 +34,7 @@ files: - "MacOSX10.11.sdk.tar.gz" script: | WRAP_DIR=$HOME/wrapped - HOSTS="x86_64-apple-darwin11" + HOSTS="x86_64-apple-darwin14" CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage" FAKETIME_HOST_PROGS="" FAKETIME_PROGS="ar ranlib date dmg genisoimage" |