Skip to content

Commit 9844eaa

Browse files
committed
testing...
1 parent 97c4b68 commit 9844eaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compile/common/bee.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,10 @@ lm:lua_src "source_bee" {
132132
}
133133
},
134134
linux = {
135-
ldflags = "-pthread -l:libbfd.a -l:libsframe.a -l:libiberty.a",
135+
ldflags = "-pthread -l:libbfd.so",
136136
links = {
137137
"stdc++fs",
138138
"unwind",
139-
"zstd",
140-
"z"
141139
}
142140
},
143141
macos = {

0 commit comments

Comments
 (0)