aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-25 13:08:29 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-25 13:08:29 -0500
commitc3820ac5ac4fd1d67d8b0580c3af621474ce4be2 (patch)
tree90490a551257eed8e7721384e9924544d630c155 /src
parentcb336b312e7012dc05fe7d8ac1c0e924dbc6c840 (diff)
Build libtomo.a using files from gc/gmp/unistring and statically link
executables against that
Diffstat (limited to 'src')
-rw-r--r--src/tomo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tomo.c b/src/tomo.c
index f5027fff..4e2cdf5d 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -86,8 +86,7 @@ static OptionalText_t show_codegen = NONE_TEXT,
" -D_BSD_SOURCE"
#endif
" -DGC_THREADS"),
- ldlibs = Text("-lgc -lm -lgmp -lunistring"), ldflags = Text(""), optimization = Text("2"),
- cc = Text(DEFAULT_C_COMPILER);
+ ldlibs = Text("-lm"), ldflags = Text(""), optimization = Text("2"), cc = Text(DEFAULT_C_COMPILER);
static Text_t config_summary,
// This will be either "" or "sudo -u <user>" or "doas -u <user>"