We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9072cc1 commit 364f9ebCopy full SHA for 364f9eb
1 file changed
vlib/builtin/builtin_d_gcboehm.c.v
@@ -70,7 +70,7 @@ $if dynamic_boehm ? {
70
}
71
$if tinyc {
72
#flag -I/usr/local/include
73
- #flag $first_existing("/usr/local/lib/libgc-threaded.a", "/usr/lib/libgc-threaded.a")
+ #flag $first_existing("@VEXEROOT/thirdparty/tcc/lib/libgc.a", "/usr/local/lib/libgc-threaded.a", "/usr/lib/libgc-threaded.a")
74
#flag -lgc-threaded
75
76
#flag -lpthread
0 commit comments