Skip to content

Commit 74342aa

Browse files
committed
Add -L to flagsWithNextArgKeep
1 parent 8c583e2 commit 74342aa

File tree

1 file changed

+1
-0
lines changed
  • src/cmd/link/internal/ld

1 file changed

+1
-0
lines changed

src/cmd/link/internal/ld/lib.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,6 +2215,7 @@ func trimLinkerArgv(argv []string) []string {
22152215
}
22162216
flagsWithNextArgKeep := []string{
22172217
"-B",
2218+
"-L",
22182219
"-arch",
22192220
"-isysroot",
22202221
"--sysroot",

0 commit comments

Comments
 (0)