mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-19 21:12:01 +08:00
included synmacph only on mavericks or above
This commit is contained in:
parent
cc752484e4
commit
b2f48a0f5b
@ -25,5 +25,7 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
add_subdirectory(synmacph)
|
||||
if (DARWIN_VERSION GREATER 12)
|
||||
add_subdirectory(synmacph)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user