diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-06-22 12:12:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-06-22 12:12:23 -0400 |
| commit | 39501916acc08208360d9f920af425d0e8e230bb (patch) | |
| tree | 3226ee1eb3113fdc1c8473fba872dcfa405b616c /Makefile | |
| parent | d7a79d7f2f7d96a5bcc3635a14be9771fc76d550 (diff) | |
Add decimal numbers
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ CFLAGS=$(CCONFIG) $(INCLUDE_DIRS) $(EXTRA) $(CWARN) $(G) $(O) $(OSFLAGS) $(LTO) -DTOMO_PREFIX='"$(PREFIX)"' -DSUDO='"$(SUDO)"' -DDEFAULT_C_COMPILER='"$(DEFAULT_C_COMPILER)"' \ -DTOMO_VERSION='"$(TOMO_VERSION)"' -DGIT_VERSION='"$(GIT_VERSION)"' CFLAGS_PLACEHOLDER="$$(printf '\033[2m<flags...>\033[m\n')" -LDLIBS=-lgc -lcord -lm -lunistring -lgmp -ldl +LDLIBS=-lgc -lcord -lm -lunistring -lgmp -ldl -lmpdec LIBTOMO_FLAGS=-shared DEFINE_AS_OWNER=as_owner() { \ |
