File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ if(LLVM_BUILD_LLVM_DYLIB)
3333 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${INSTALL_WITH_TOOLCHAIN} ${SOURCES} )
3434
3535 list (REMOVE_DUPLICATES LIB_NAMES)
36- if ((" ${CMAKE_SYSTEM_NAME} " STREQUAL "Linux" ) OR ( MINGW) OR (HAIKU)
37- OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "FreeBSD " )
36+ if ((MINGW) OR (HAIKU)
37+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Linux " )
3838 OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "GNU" )
39+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "FreeBSD" )
40+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "NetBSD" )
3941 OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "OpenBSD" )
40- OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Fuchsia" )
4142 OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "DragonFly" )
43+ OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Fuchsia" )
4244 OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "Android" )
4345 OR ("${CMAKE_SYSTEM_NAME} " STREQUAL "SunOS" )) # FIXME: It should be "GNU ld for elf"
4446 configure_file (
You can’t perform that action at this time.
0 commit comments