diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 23:52:40 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 23:52:40 -0400 |
| commit | 1a2327eb65f205f5cab2296a3a4589557d48e47c (patch) | |
| tree | 741e56a2d165af7479bb9fb2fd8b4558042ec7ae /src/tomo.c | |
| parent | 5ced7a05182a05413f6a5d279ed36631ee32a507 (diff) | |
remove -L.
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ static OptionalText_t " -DGC_THREADS" " -I$HOME/.local/include -I$HOME/.local/share/tomo/installed"), ldlibs = Text("-lgc -lgmp -lm -ltomo"), - ldflags = Text("-Wl,-rpath='$ORIGIN',-rpath=$HOME/.local/share/tomo/lib,-rpath=$HOME/.local/lib -L. -L$HOME/.local/lib -L$HOME/.local/share/tomo/lib"), + ldflags = Text("-Wl,-rpath='$ORIGIN',-rpath=$HOME/.local/share/tomo/lib,-rpath=$HOME/.local/lib -L$HOME/.local/lib -L$HOME/.local/share/tomo/lib"), optimization = Text("2"), cc = Text("gcc"); |
