Skip to content

Commit 558048b

Browse files
committed
Fix compilation error when USE_STATIC_PLUGIN_INITIALIZATION is off
1 parent 3032138 commit 558048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/Core.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public final class Core: Sendable {
330330
// Search paths relative to SWBCore itself.
331331
do {
332332
func appendInferior(_ path: Path) {
333-
if !developerPath.dirname.isAncestor(of: path) {
333+
if !developerPath.path.dirname.isAncestor(of: path) {
334334
result.append(path)
335335
}
336336
}

0 commit comments

Comments
 (0)