Skip to content

Commit db910cf

Browse files
authored
Merge pull request #2269 from bnbarham/remove-link-flag
Pass objects to linker flags as is in macro test projects
2 parents ef11788 + 7bc85e7 commit db910cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKTestSupport/SwiftPMTestProject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ package class SwiftPMTestProject: MultiFileTestProject {
133133

134134
let linkerFlags = objectFiles.map {
135135
"""
136-
"-l", "\($0)",
136+
"\($0)",
137137
"""
138138
}.joined(separator: "\n")
139139

0 commit comments

Comments
 (0)