We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8ebce commit fb24e52Copy full SHA for fb24e52
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,9 +135,11 @@ lm:source_set "source_bee" {
136
135
}
137
138
139
- ldflags = "-pthread",
+ ldflags = "-pthread -l:libbfd.a -l:libiberty.a -l:libsframe.a -l:libzstd.so -l:libz.so",
140
links = {
141
"stdc++fs",
+ "unwind",
142
+ "gcc_s"
143
144
145
macos = {
0 commit comments