Skip to content
  • Justin Goshi's avatar
    MSVC: Preserve linker output encoding · 7e359823
    Justin Goshi authored and Brad King's avatar Brad King committed
    When using the Ninja or Makefile generator with MSVC on Windows
    we invoke the linker through a `cmake -E vs_link_{exe,dll}` wrapper.
    Preserve the linker output encoding to match `link.exe` behavior
    instead of forcing UTF-8.
    7e359823