diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-25 13:08:29 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-25 13:08:29 -0500 |
| commit | c3820ac5ac4fd1d67d8b0580c3af621474ce4be2 (patch) | |
| tree | 90490a551257eed8e7721384e9924544d630c155 /src | |
| parent | cb336b312e7012dc05fe7d8ac1c0e924dbc6c840 (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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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>" |
