File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ export XCODE_BUILD_ID=11C505
14
14
export RUN_UNIT_TESTS=false
15
15
export RUN_FUNCTIONAL_TESTS=false
16
16
export GOAL=" deploy"
17
- export BITCOIN_CONFIG=" --enable -gui --enable-reduce-exports --enable-werror"
17
+ export BITCOIN_CONFIG=" --with -gui --enable-reduce-exports --enable-werror"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export HOST=x86_64-apple-darwin16
10
10
export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
11
11
export PIP_PACKAGES=" zmq"
12
12
export GOAL=" install"
13
- export BITCOIN_CONFIG=" --enable -gui --enable-reduce-exports --enable-werror"
13
+ export BITCOIN_CONFIG=" --with -gui --enable-reduce-exports --enable-werror"
14
14
export NO_DEPENDS=1
15
15
export OSX_SDK=" "
16
16
export CCACHE_SIZE=300M
You can’t perform that action at this time.
0 commit comments