Skip to content

package/win32: detect the requested UCRT matches the toolchain

Steve Lhomme requested to merge robUx4/vlc:ucrt-check into master

We can't mix toolchains. When UCRT is requested, we need a toolchain that will link with it.

Not sure how to check the user requested a UCRT build with meson. cc @ePirat

Edited by Steve Lhomme

Merge request reports