jsusfx icon indicating copy to clipboard operation
jsusfx copied to clipboard

Fix the build on MinGW x64

Open jpcima opened this issue 2 years ago • 0 comments

Expected to fix #34. Not actually tested, but it builds.

  • the definition __LP64__ is not sufficient to check for 64-bit, because MinGW does not have it; it's edited to support the MinGW case, as seen in other places.
  • adapt CMake to build with nasm in case of MinGW (uses variable MINGW, added in CMake 3.2)

jpcima avatar Oct 07 '21 12:10 jpcima