aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index 6de6d8fa..78ab833a 100644
--- a/tomo.c
+++ b/tomo.c
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
ldflags = CORD_all("-Wl,-rpath='$ORIGIN',-rpath='", home, "/.local/lib/tomo' -L. -L'", home, "/.local/lib/tomo'");
- ldlibs = "-lgc -lcord -lm -ltomo";
+ ldlibs = "-lgc -lgmp -lcord -lm -ltomo";
cc = ENV_CORD("CC");
if (!cc) cc = "cc";