mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-24 03:23:15 +03:00
Allowed Mac OS X 10.7 to build ns plugin #4695
This commit is contained in:
parent
b4b5ce6483
commit
a900543c1d
@ -19,7 +19,7 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
if (OSX_TARGET_MINOR GREATER 7)
|
||||
if (OSX_TARGET_MINOR GREATER 6)
|
||||
add_subdirectory(ns)
|
||||
endif()
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user