Fix ld flags to use commas instead of =
This commit is contained in:
parent
85ef4c7e04
commit
eaee19f7d4
@ -66,7 +66,7 @@ static OptionalText_t
|
|||||||
" -DGC_THREADS"
|
" -DGC_THREADS"
|
||||||
" -I$HOME/.local/include -I$HOME/.local/share/tomo/installed -I/usr/local/include"),
|
" -I$HOME/.local/include -I$HOME/.local/share/tomo/installed -I/usr/local/include"),
|
||||||
ldlibs = Text("-lgc -lm -lgmp -lunistring -ltomo"),
|
ldlibs = Text("-lgc -lm -lgmp -lunistring -ltomo"),
|
||||||
ldflags = Text("-Wl,-rpath='$ORIGIN',-rpath=$HOME/.local/share/tomo/lib,-rpath=$HOME/.local/lib,-rpath=/usr/local/lib "
|
ldflags = Text("-Wl,-rpath,'$ORIGIN',-rpath,$HOME/.local/share/tomo/lib,-rpath,$HOME/.local/lib,-rpath,/usr/local/lib "
|
||||||
"-L$HOME/.local/lib -L$HOME/.local/share/tomo/lib -L/usr/local/lib"),
|
"-L$HOME/.local/lib -L$HOME/.local/share/tomo/lib -L/usr/local/lib"),
|
||||||
optimization = Text("2"),
|
optimization = Text("2"),
|
||||||
cc = Text("cc");
|
cc = Text("cc");
|
||||||
|
Loading…
Reference in New Issue
Block a user