]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/scripts/install-mingw.sh
Make drop-glue take advantage of -Zshare-generics.
[rust.git] / src / ci / scripts / install-mingw.sh
index 8b579587b9e1f6ffc255468833fa02eeaf33ecc3..98373df7fce50d92a0249cd506e795a02523416b 100755 (executable)
@@ -52,7 +52,7 @@ if isWindows; then
     if [[ "${CUSTOM_MINGW-0}" -ne 1 ]]; then
         pacman -S --noconfirm --needed mingw-w64-$arch-toolchain mingw-w64-$arch-cmake \
             mingw-w64-$arch-gcc mingw-w64-$arch-python2
-        ciCommandAddPath "${SYSTEM_WORKFOLDER}/msys2/mingw${bits}/bin"
+        ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
     else
         mingw_dir="mingw${bits}"