Skip to content
  • Martin Storsjö's avatar
    contrib: Treat windows-gnu as an alias for mingw32 · f864e591
    Martin Storsjö authored
    LLVM internally normalizes the "mingw32" part of a triplet into
    windows-gnu, and when detecting the toolchain with $CC -dumpmachine,
    this wouldn't match the rest of contribs' rules for detecting a
    supported windows environment.
    
    This allows building contribs with llvm-mingw as the native compiler.
    f864e591