aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-07-11 15:38:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-07-11 15:38:42 -0400
commita51d48201b5245dc2cc2bfb00e0ac8e7b52203d9 (patch)
tree4fd950f4d9c6611aef3a48712857b004a7843c3c /src/tomo.c
parent4c84fbdee185a63e60bc93798c0fc149bcd945fd (diff)
Use _Decimal64 instead of mpdecimal
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tomo.c b/src/tomo.c
index 53d07163..187495ce 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -84,7 +84,7 @@ static OptionalText_t
#endif
" -DGC_THREADS"
" -I'" TOMO_PREFIX "/include' -I'" TOMO_PREFIX "/share/tomo_"TOMO_VERSION"/installed' -I/usr/local/include"),
- ldlibs = Text("-lgc -lm -lgmp -lmpdec -lunistring -ltomo_"TOMO_VERSION),
+ ldlibs = Text("-lgc -lm -lgmp -lunistring -ltomo_"TOMO_VERSION),
ldflags = Text("-Wl,-rpath,'"TOMO_PREFIX"/lib',-rpath,/usr/local/lib"
" -L/usr/local/lib"),
optimization = Text("2"),