Skip to content

Fix MSYS2 / MinGW build

Sundaram Ramaswamy requested to merge legends2k/highlight:fix_msys2_build into master
  • Fix WIN32 to _WIN32, the official macro
  • Pass -ldl only for non-Windows platforms
    • dl{open,close} is unavailable on Windows and thereby MinGW
Edited by Sundaram Ramaswamy

Merge request reports