diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-07-14 01:13:25 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-07-14 02:37:15 +0300 |
commit | 60824b3c3a4221a31c3638008b05fecc040c3df2 (patch) | |
tree | 9184f82706dd478d05a7b03ba6495127ff0c4f08 /ci/test/00_setup_env_mac.sh | |
parent | 687939e3d251125aea5f6f7202e00a12d60a899f (diff) |
ci: Fix configure options for macOS builds
Diffstat (limited to 'ci/test/00_setup_env_mac.sh')
-rw-r--r-- | ci/test/00_setup_env_mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh index 45a29928cb..7ec66eeb4f 100644 --- a/ci/test/00_setup_env_mac.sh +++ b/ci/test/00_setup_env_mac.sh @@ -14,4 +14,4 @@ export XCODE_BUILD_ID=11C505 export RUN_UNIT_TESTS=false export RUN_FUNCTIONAL_TESTS=false export GOAL="deploy" -export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror" +export BITCOIN_CONFIG="--with-gui --enable-reduce-exports --enable-werror" |