From 6ffb3e734ba8feb8c457a0e801d0c3acc36dd405 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 4 Apr 2024 19:05:47 -0400 Subject: [PATCH] [ci] Debug wheel-build failure --- scripts/bld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bld b/scripts/bld index 25fd770360..ef41bea513 100755 --- a/scripts/bld +++ b/scripts/bld @@ -43,7 +43,7 @@ if [ "$(uname -m)" == "aarch64" ]; then fi # NOTE: set to true to debug the cmake build -if false; then +if true; then # Debug note: this is _incredibly_ helpful in that it reveals the actual compile lines etc which # make itself shows by default but which cmake-driven make hides by default. Use this for any # non-trivial cmake debugging.