mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 20:34:28 +08:00
included synmacph only on mavericks or above
This commit is contained in:
@@ -25,5 +25,7 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
add_subdirectory(synmacph)
|
||||
if (DARWIN_VERSION GREATER 12)
|
||||
add_subdirectory(synmacph)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user