Skip to content

Commit d2dda4b

Browse files
Trying again.
Hopefully the issues with the tests have been fixed.
1 parent 01ca96e commit d2dda4b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

vlib/builtin/builtin_d_gcboehm.c.v

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ $if dynamic_boehm ? {
5151
#flag @VEXEROOT/thirdparty/libgc/gc.o
5252
} $else {
5353
$if !use_bundled_libgc ? {
54-
$if macos {
55-
#flag @VEXEROOT/thirdparty/tcc/lib/libgc.a
56-
} $else {
57-
#flag @VEXEROOT/thirdparty/tcc/lib/libgc.a
58-
}
54+
#flag @VEXEROOT/thirdparty/tcc/lib/libgc.a
5955
}
6056
}
6157
$if macos {

0 commit comments

Comments
 (0)