From 0a8e1d73c2f23ef8532c99fbec05382c0a982d11 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 25 Oct 2024 20:46:33 +0700 Subject: [PATCH] typo --- packaging/MSWindows/BUILD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/MSWindows/BUILD.sh b/packaging/MSWindows/BUILD.sh index 0655a53b1b..d492224d0e 100644 --- a/packaging/MSWindows/BUILD.sh +++ b/packaging/MSWindows/BUILD.sh @@ -25,7 +25,7 @@ RUN_INSTALLER=${RUN_INSTALLER:-1} DO_MSI=${DO_MSI:-0} DO_SIGN=${DO_SIGN:-1} DO_TESTS=${DO_TESTS:-0} -DO_SBOM=${DO_SBOM:1} +DO_SBOM=${DO_SBOM:-1} # these are only enabled for "full" builds: DO_CUDA=${DO_CUDA:-$DO_FULL}