1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Take out MinGW error preventing Linux from being detected.

This commit is contained in:
Gymnasiast
2015-09-20 11:47:01 +02:00
parent 22196d931d
commit 48ef64c913

View File

@@ -1,5 +1,3 @@
SET(CMAKE_SYSTEM_NAME Windows)
SET(COMPILER_PREFIX i686-w64-mingw32)
SET(CMAKE_C_COMPILER ${COMPILER_PREFIX}-gcc)
SET(CMAKE_CXX_COMPILER ${COMPILER_PREFIX}-c++)