m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

cargo-c: install msys2 package instead of compiling from source #2668

Closed woot000 closed 1 month ago

woot000 commented 1 month ago

Rust is installed via msys2's package now, so install cargo-c as a package too. /opt/cargo/bin is deleted on every update, so this prevents repetitive recompilation.

Fixes #2667

1480c1 commented 1 month ago

Thanks, I overlooked that as the potential reason for the issue