Skip to content

Commit 2ce530e

Browse files
committed
[PackageGraph] Plumb additionalFileRules array
1 parent dcb2e99 commit 2ce530e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PackageGraph/PackageGraphLoader.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public struct PackageGraphLoader {
122122
let builder = PackageBuilder(
123123
manifest: manifest,
124124
path: packagePath,
125+
additionalFileRules: additionalFileRules,
125126
fileSystem: fileSystem,
126127
diagnostics: diagnostics,
127128
isRootPackage: isRootPackage,

0 commit comments

Comments
 (0)