mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Take out MinGW error preventing Linux from being detected.
This commit is contained in:
parent
22196d931d
commit
48ef64c913
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
SET(CMAKE_SYSTEM_NAME Windows)
|
|
||||||
|
|
||||||
SET(COMPILER_PREFIX i686-w64-mingw32)
|
SET(COMPILER_PREFIX i686-w64-mingw32)
|
||||||
SET(CMAKE_C_COMPILER ${COMPILER_PREFIX}-gcc)
|
SET(CMAKE_C_COMPILER ${COMPILER_PREFIX}-gcc)
|
||||||
SET(CMAKE_CXX_COMPILER ${COMPILER_PREFIX}-c++)
|
SET(CMAKE_CXX_COMPILER ${COMPILER_PREFIX}-c++)
|
||||||
|
|
Loading…
Reference in a new issue