aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-15 17:06:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-15 17:06:07 -0400
commitaa15cd8d19bb79571e95cb8545cd88b71446ecba (patch)
treeff679e2dbc3ca17e287c2928199f6426bc81edcd /src
parent0e0808bce2160eb1382a2cf9499d943d4e51bdf4 (diff)
rpath fix
Diffstat (limited to 'src')
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tomo.c b/src/tomo.c
index f47f1934..cf767d1b 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -69,7 +69,7 @@ static OptionalText_t
" -DGC_THREADS"
" -I'" TOMO_PREFIX "/include' -I'" TOMO_HOME "/installed' -I/usr/local/include"),
ldlibs = Text("-lgc -lm -lgmp -lunistring '"TOMO_PREFIX"'/lib/libtomo.so"),
- ldflags = Text("-Wl,-rpath,'$ORIGIN',-rpath,'" TOMO_HOME "/lib',-rpath,/usr/local/lib "
+ ldflags = Text("-Wl,-rpath,'$ORIGIN',-rpath,'"TOMO_PREFIX"/lib',-rpath,'" TOMO_HOME "/lib',-rpath,/usr/local/lib "
"-L'" TOMO_HOME "/lib' -L/usr/local/lib"),
optimization = Text("2"),
cc = Text(DEFAULT_C_COMPILER);