Skip to content

Commit e4679d8

Browse files
committed
fixed linux link
1 parent 40982df commit e4679d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/internal/linker/link.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ func LinkDDPFiles(options Options) ([]byte, error) {
135135
args = append(args, options.MainFile)
136136
args = append(args, "-lpcre2-8")
137137
args = append(args, "-larchive")
138-
args = append(args, "-lacl")
139138
args = append(args, "-lz")
140139
args = append(args, "-llzma")
141140
args = append(args, "-lbz2")

0 commit comments

Comments
 (0)