Disable debugserver builds on non-Mac platforms

- building on other platforms not supported yet

llvm-svn: 188102
This commit is contained in:
Daniel Malea 2013-08-09 20:36:22 +00:00
parent 551c83d379
commit 410af12efc
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
add_subdirectory(debugserver)
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(debugserver)
endif()
add_subdirectory(driver)