temporarily disable macOS legacy support

This commit is contained in:
tildearrow 2024-05-23 17:47:42 -05:00
parent 56d648189a
commit 56f8d15d66

View file

@ -783,12 +783,12 @@ if (WIN32)
list(APPEND ENGINE_SOURCES res/furnace.rc) list(APPEND ENGINE_SOURCES res/furnace.rc)
endif() endif()
if (APPLE) #if (APPLE)
if (CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS 10.12) # if (CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS 10.12)
list(APPEND DEPENDENCIES_INCLUDE_DIRS extern/macports-legacy-support/include) # list(APPEND DEPENDENCIES_INCLUDE_DIRS extern/macports-legacy-support/include)
list(APPEND ENGINE_SOURCES extern/macports-legacy-support/src/time.c) # list(APPEND ENGINE_SOURCES extern/macports-legacy-support/src/time.c)
endif() # endif()
endif() #endif()
set(CLI_SOURCES set(CLI_SOURCES
src/cli/cli.cpp src/cli/cli.cpp