forked from OSchip/llvm-project
Use a cmake check for linux that actually works.
llvm-svn: 357694
This commit is contained in:
parent
a0ce4ac0c8
commit
eefa343df5
|
@ -116,7 +116,7 @@ add_clang_library(clangDaemon
|
|||
)
|
||||
|
||||
add_subdirectory(refactor/tweaks)
|
||||
if (LINUX)
|
||||
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
# FIXME: Make fuzzer not use linux-specific APIs, build it everywhere.
|
||||
add_subdirectory(fuzzer)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue