diff options
author | Howard Chu <hyc@symas.com> | 2019-11-17 11:14:31 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-11-17 13:44:18 +0000 |
commit | 2e435dfe764b8341dc01fd766bf7b72bbb87e909 (patch) | |
tree | d40934b08db6f203f089722322e91dc9e0a159d3 | |
parent | Fix unwind library ordering (diff) | |
download | monero-2e435dfe764b8341dc01fd766bf7b72bbb87e909.tar.xz |
Fixup compiled python in OSX
-rw-r--r-- | contrib/gitian/gitian-osx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index 62913cb3e..ecc7d4b59 100644 --- a/contrib/gitian/gitian-osx.yml +++ b/contrib/gitian/gitian-osx.yml @@ -32,7 +32,7 @@ script: | WRAP_DIR=$HOME/wrapped HOSTS="x86_64-apple-darwin11" FAKETIME_HOST_PROGS="" - FAKETIME_PROGS="ar ranlib date dmg genisoimage" + FAKETIME_PROGS="ar ranlib date dmg genisoimage python" export GZIP="-9n" export TZ="UTC" |