diff options
| -rw-r--r-- | coin_build_instructions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py index d6535e79c..6e8ab8d4d 100644 --- a/coin_build_instructions.py +++ b/coin_build_instructions.py @@ -109,7 +109,7 @@ def call_setup(python_ver, phase): cmd += ["bdist_wheel", "--reuse-build", "--standalone", "--skip-cmake", "--skip-make-install", "--only-package"] cmd += ["--build-tests", - "--verbose-build"] + "--log-level=verbose"] if CI_TARGET_ARCH == "X86_64-ARM64": cmd += ["--macos-arch='x86_64;arm64'"] |
