diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/build-scripts/cmake-toolchain-mingw64-i686.cmake | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/build-scripts/cmake-toolchain-mingw64-i686.cmake')
| -rw-r--r-- | contrib/SDL-3.2.8/build-scripts/cmake-toolchain-mingw64-i686.cmake | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-mingw64-i686.cmake b/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-mingw64-i686.cmake deleted file mode 100644 index 8be7b3a..0000000 --- a/contrib/SDL-3.2.8/build-scripts/cmake-toolchain-mingw64-i686.cmake +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | set(CMAKE_SYSTEM_NAME Windows) | ||
| 2 | set(CMAKE_SYSTEM_PROCESSOR x86) | ||
| 3 | |||
| 4 | find_program(CMAKE_C_COMPILER NAMES i686-w64-mingw32-gcc) | ||
| 5 | find_program(CMAKE_CXX_COMPILER NAMES i686-w64-mingw32-g++) | ||
| 6 | find_program(CMAKE_RC_COMPILER NAMES i686-w64-mingw32-windres windres) | ||
| 7 | |||
| 8 | if(NOT CMAKE_C_COMPILER) | ||
| 9 | message(FATAL_ERROR "Failed to find CMAKE_C_COMPILER.") | ||
| 10 | endif() | ||
| 11 | |||
| 12 | if(NOT CMAKE_CXX_COMPILER) | ||
| 13 | message(FATAL_ERROR "Failed to find CMAKE_CXX_COMPILER.") | ||
| 14 | endif() | ||
| 15 | |||
| 16 | if(NOT CMAKE_RC_COMPILER) | ||
| 17 | message(FATAL_ERROR "Failed to find CMAKE_RC_COMPILER.") | ||
| 18 | endif() | ||
