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 | 9cbba5a8ec4f1634c8588051e0117a60cb6d55b3 (diff) | |
| download | monzero-core-2e435dfe764b8341dc01fd766bf7b72bbb87e909.tar.gz monzero-core-2e435dfe764b8341dc01fd766bf7b72bbb87e909.tar.xz monzero-core-2e435dfe764b8341dc01fd766bf7b72bbb87e909.zip | |
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" |
