mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 22:23:12 +08:00
Comment explaining lack of 10.7 support #4695
This commit is contained in:
@@ -19,6 +19,7 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
# 10.7 should be supported, but gives is a _NXArgv linker error
|
||||
if (OSX_TARGET_MINOR GREATER 7)
|
||||
add_subdirectory(ns)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user