mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
Revert "temporarily disable macOS legacy support"
This reverts commit 56f8d15d66
.
This commit is contained in:
parent
d7c9bd5620
commit
323a6ae547
1 changed files with 6 additions and 6 deletions
|
@ -783,12 +783,12 @@ if (WIN32)
|
|||
list(APPEND ENGINE_SOURCES res/furnace.rc)
|
||||
endif()
|
||||
|
||||
#if (APPLE)
|
||||
# if (CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS 10.12)
|
||||
# list(APPEND DEPENDENCIES_INCLUDE_DIRS extern/macports-legacy-support/include)
|
||||
# list(APPEND ENGINE_SOURCES extern/macports-legacy-support/src/time.c)
|
||||
# endif()
|
||||
#endif()
|
||||
if (APPLE)
|
||||
if (CMAKE_OSX_DEPLOYMENT_TARGET VERSION_LESS 10.12)
|
||||
list(APPEND DEPENDENCIES_INCLUDE_DIRS extern/macports-legacy-support/include)
|
||||
list(APPEND ENGINE_SOURCES extern/macports-legacy-support/src/time.c)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(CLI_SOURCES
|
||||
src/cli/cli.cpp
|
||||
|
|
Loading…
Reference in a new issue