Skip to content

Commit 9a51c18

Browse files
committed
testing...
1 parent 322590c commit 9a51c18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compile/common/bee.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ lm:lua_src "source_bee" {
132132
}
133133
},
134134
linux = {
135-
ldflags = "-pthread -l:libbfd.so",
135+
ldflags = "-pthread -l:libbfd.a -l:libsframe.a -l:libiberty.a",
136136
links = {
137137
"stdc++fs",
138138
"unwind",
139+
"z",
139140
}
140141
},
141142
macos = {

0 commit comments

Comments
 (0)