We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f0651 + c9098c6 commit 291f432Copy full SHA for 291f432
tools/swift-ide-test/CMakeLists.txt
@@ -15,6 +15,9 @@ if(LibXml2_FOUND)
15
include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR})
16
target_link_libraries(swift-ide-test PRIVATE ${LIBXML2_LIBRARIES})
17
target_compile_definitions(swift-ide-test PRIVATE SWIFT_HAVE_LIBXML=1)
18
+ if("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "OpenBSD" AND NOT CMAKE_CROSSCOMPILING)
19
+ include_directories(SYSTEM "/usr/local/include")
20
+ endif()
21
endif()
22
23
# Create a symlink for swift-api-dump.py in the bin directory
0 commit comments