We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8ebce commit 2d3db1cCopy full SHA for 2d3db1c
1 file changed
compile/common/bee.lua
@@ -69,7 +69,6 @@ lm:source_set "source_bee" {
69
},
70
linux = {
71
sources = {
72
- "!bee/crash/linux/**/",
73
need {
74
"linux",
75
"posix",
@@ -136,7 +135,7 @@ lm:source_set "source_bee" {
136
135
}
137
138
139
- ldflags = "-pthread",
+ ldflags = "-pthread -l:libbfd.a -l:libunwind.so -l:libgcc_s.so -l:libiberty.a -l:libsframe.so -l:libzstd.so -l:libz.so",
140
links = {
141
"stdc++fs",
142
0 commit comments