Commit Graph

3 Commits

Author SHA1 Message Date
Tony Wasserka
355c3428c0 CMake: Don't use system libraries when compiling with mingw 2024-09-06 10:30:24 +02:00
Billy Laws
b35a514ea6 CMake: Don't link CMake's set of extra system libraries on Windows
These are already linked in by default with clang, sp having these set
here only served to prevent the -nostdlib compiler option from having
any effect, as CMake will always explicitly include the libs in the
compiler cmdline.
2024-08-07 15:49:41 +00:00
Billy Laws
193157812f CMake: Add mingw toolchain file 2023-08-18 04:31:41 -07:00