mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-13 19:12:32 +01:00
Make DISABLE_RCT2 imply FORCE32
This commit is contained in:
@@ -88,6 +88,11 @@ if(NOT MINGW)
|
|||||||
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -fPIC")
|
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -fPIC")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (NOT DISABLE_RCT2)
|
||||||
|
set (FORCE32 ON)
|
||||||
|
message("DISABLE_RCT2 implies FORCE32")
|
||||||
|
endif()
|
||||||
|
|
||||||
if (LAUNCHPAD_BUILD)
|
if (LAUNCHPAD_BUILD)
|
||||||
# Launchpad turns on -Wdate-time for compilers that support it, this shouldn't break our build
|
# Launchpad turns on -Wdate-time for compilers that support it, this shouldn't break our build
|
||||||
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -Wno-error=date-time")
|
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -Wno-error=date-time")
|
||||||
|
|||||||
Reference in New Issue
Block a user