Skip to content

Commit 43a81ae

Browse files
committed
Don’t include local path in SourceKit plugin
1 parent 58f7766 commit 43a81ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,8 @@ var targets: [Target] = [
548548
"-module-alias", "SourceKitD=SourceKitDForPlugin",
549549
"-module-alias", "SwiftExtensions=SwiftExtensionsForPlugin",
550550
])
551-
]
551+
],
552+
linkerSettings: sourcekitLSPLinkSettings
552553
),
553554

554555
// MARK: SwiftSourceKitPluginCommon
@@ -591,7 +592,8 @@ var targets: [Target] = [
591592
"-module-alias", "SKLogging=SKLoggingForPlugin",
592593
"-module-alias", "SwiftExtensions=SwiftExtensionsForPlugin",
593594
])
594-
]
595+
],
596+
linkerSettings: sourcekitLSPLinkSettings
595597
),
596598

597599
.testTarget(

0 commit comments

Comments
 (0)