Skip to content

contrib: rust: only enable windows-gnu with the proper compiler

Steve Lhomme requested to merge robUx4/vlc:rust-gnullvm into master

windows-gnu is for gcc mingw-w64 (and MSVCRT) and windows-gnu-llvm is for clang mingw-w64 (and UCRT).

Based on this discussion.

Merge request reports