|
|
|
@ -10,7 +10,7 @@ export HOST=x86_64-apple-darwin16
|
|
|
|
|
export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
|
|
|
|
|
export PIP_PACKAGES="zmq"
|
|
|
|
|
export GOAL="install"
|
|
|
|
|
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror"
|
|
|
|
|
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror"
|
|
|
|
|
export NO_DEPENDS=1
|
|
|
|
|
export OSX_SDK=""
|
|
|
|
|
export CCACHE_SIZE=300M
|
|
|
|
|