diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-05-27 09:32:25 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-05-27 09:32:25 +0000 |
| commit | f931290949b215dbf1789dddb66bf6f33c914ba0 (patch) | |
| tree | 2c74f60f133a8e163afb87e4b164d8795f374f12 | |
| parent | 19cfe8d9e6989c4ea49be203757cd086e0ab015c (diff) | |
| download | rust-f931290949b215dbf1789dddb66bf6f33c914ba0.tar.gz rust-f931290949b215dbf1789dddb66bf6f33c914ba0.zip | |
Update description of install-mingw
| -rwxr-xr-x | src/ci/scripts/install-mingw.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ci/scripts/install-mingw.sh b/src/ci/scripts/install-mingw.sh index 38af8b6aceb..31aa3785bc3 100755 --- a/src/ci/scripts/install-mingw.sh +++ b/src/ci/scripts/install-mingw.sh @@ -1,6 +1,5 @@ #!/bin/bash -# If we need to download a custom MinGW, do so here and set the path -# appropriately. +# For mingw builds use a vendored mingw. set -euo pipefail IFS=$'\n\t' |
