diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-28 18:00:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-28 18:00:14 -0400 |
| commit | 5601838497135cc96a84788d3849d1326b35ab7b (patch) | |
| tree | 528441d480f21064295e2703c893d8aad209d5d2 | |
| parent | af7271de28b7a6e757944ffb763799b085135c1d (diff) | |
Remove duplicate lib
| -rw-r--r-- | src/tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ static OptionalText_t " -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb" " -DGC_THREADS" " -I$HOME/.local/include -I$HOME/.local/share/tomo/installed -I/usr/local/include"), - ldlibs = Text("-lgc -lgmp -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 " "-L$HOME/.local/lib -L$HOME/.local/share/tomo/lib -L/usr/local/lib"), optimization = Text("2"), |
