diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 23:36:33 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 23:36:33 -0400 |
| commit | fa1b10ff24aa7a0ae115345b955aa6228589fb45 (patch) | |
| tree | 59880001949558fce98d3407c85e02d18932c17c | |
| parent | f8e2916712ee6e979f6d88e1e5d467539be51097 (diff) | |
Support installing in ~/.local
| -rw-r--r-- | src/tomo.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,9 +61,9 @@ static OptionalText_t " -fno-signed-zeros -fno-finite-math-only -fno-signaling-nans -fno-trapping-math" " -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb" " -DGC_THREADS" - " -I$HOME/.local/share/tomo/installed"), + " -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 -L. -L$HOME/.local/share/tomo/lib"), + 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"), optimization = Text("2"), cc = Text("gcc"); |
