mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +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)
|
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