mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
don't build barrierd for non-windows platforms; removed some synergy-related legacy checks
This commit is contained in:
@@ -18,7 +18,7 @@ add_subdirectory(barrierc)
|
||||
add_subdirectory(barriers)
|
||||
add_subdirectory(syntool)
|
||||
|
||||
if (BARRIER_BUILD_LEGACY_SERVICE)
|
||||
if (WIN32)
|
||||
add_subdirectory(barrierd)
|
||||
endif (BARRIER_BUILD_LEGACY_SERVICE)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user