Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 26, 2024
1 parent 3a060d5 commit fc39cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MSWindows/MINGW_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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}
Expand Down

0 comments on commit fc39cd5

Please sign in to comment.