mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Benchmarks: Fix multi-source benchmarks
The swiftpm build was broken and it only worked if there was exactly one multi-source benchmark. Use the correct subdirectory for each one.
This commit is contained in:
@@ -178,7 +178,7 @@ targets += multiSourceLibraries.map { lib in
|
||||
dependencies: [
|
||||
.target(name: "TestsUtils")
|
||||
],
|
||||
path: lib.parentSubDir)
|
||||
path: "\(lib.parentSubDir)/\(lib.name)")
|
||||
}
|
||||
|
||||
//===---
|
||||
|
||||
Reference in New Issue
Block a user