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 c554028 + 3888ae3 commit 5128cebCopy full SHA for 5128ceb
tools/swift-plugin-server/CMakeLists.txt
@@ -25,6 +25,7 @@ if (SWIFT_BUILD_SWIFT_SYNTAX)
25
set_property(TARGET SwiftInProcPluginServer
26
APPEND PROPERTY INSTALL_RPATH
27
"$ORIGIN")
28
+ _set_pure_swift_link_flags(SwiftInProcPluginServer "../../")
29
endif()
30
31
# FXIME: Importing package-cmo enabled '.swiftmodule' causes compiler crash :(
tools/swift-plugin-server/Sources/SwiftInProcPluginServer/InProcPluginServer.swift
@@ -17,6 +17,8 @@
17
import Darwin
18
#elseif canImport(Glibc)
19
import Glibc
20
+#elseif canImport(Bionic)
21
+import Bionic
22
#elseif canImport(Musl)
23
import Musl
24
#elseif canImport(ucrt)
0 commit comments