temporarily disable macOS legacy support
This commit is contained in:
parent
56d648189a
commit
56f8d15d66
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue