Skip to content

package/win32: don't force -lucrt when compiling C files

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

It creates a warning in clang that says it's unused. We already check that we are using a UCRT toolchain anyway.

Merge request reports