File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,13 +51,17 @@ $if dynamic_boehm ? {
5151 #flag @VEXEROOT/thirdparty/libgc/gc.o
5252 } $else {
5353 $if ! use_bundled_libgc ? {
54- #flag -L@VEXEROOT/thirdparty/tcc/lib
55- #flag -lgc
56- $if tinyc {
57- // this is a problem for compiler paths, containing spaces and commas, but tcc does not support -Xlinker :-|
58- #flag -Wl,-rpath,"@VEXEROOT/thirdparty/tcc/lib"
54+ $if macos {
55+ #flag -L@VEXEROOT/thirdparty/tcc/lib
56+ #flag -lgc
57+ $if tinyc {
58+ // this is a problem for compiler paths, containing spaces and commas, but tcc does not support -Xlinker :-|
59+ #flag -Wl,-rpath,"@VEXEROOT/thirdparty/tcc/lib"
60+ } $else {
61+ #flag -Xlinker -rpath -Xlinker "@VEXEROOT/thirdparty/tcc/lib"
62+ }
5963 } $else {
60- #flag -Xlinker -rpath -Xlinker " @VEXEROOT/thirdparty/tcc/lib"
64+ #flag @VEXEROOT/thirdparty/tcc/lib/libgc.a
6165 }
6266 }
6367 }
You can’t perform that action at this time.
0 commit comments