Author Topic: patch for the autotools build to work with Msys2/MinGW32  (Read 44 times)

Offline reckless

  • Regular
  • ***
  • Posts: 339
The Msys2 devs dont want it since they are deprecating win32 but for those of us who still use 32 bit sometimes this fixes the build.

the problem as noticed by others is that windres on 32 bit mingw gets passed -mthreads via the WX_CXXFLAGS flag.
changed it to WX_CPPFLAGS as both return the same minus the -mthreads flag.

« Last Edit: Yesterday at 05:32:07 pm by reckless »