Revert "temporarily disable macOS legacy support"

This reverts commit 56f8d15d66.
This commit is contained in:
tildearrow 2024-05-24 14:02:27 -05:00
parent d7c9bd5620
commit 323a6ae547

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