mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Switch to LLVM-based MinGW toolchain (#14329)
This commit is contained in:
parent
8c3a6a819e
commit
f483d10c95
11 changed files with 110 additions and 147 deletions
|
@ -2,8 +2,8 @@
|
|||
SET(CMAKE_SYSTEM_NAME Windows)
|
||||
|
||||
# which compilers to use for C and C++
|
||||
SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
|
||||
SET(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)
|
||||
SET(CMAKE_C_COMPILER i686-w64-mingw32-clang)
|
||||
SET(CMAKE_CXX_COMPILER i686-w64-mingw32-clang++)
|
||||
SET(CMAKE_RC_COMPILER i686-w64-mingw32-windres)
|
||||
|
||||
# here is the target environment located
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue