From 39501916acc08208360d9f920af425d0e8e230bb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Jun 2025 12:12:23 -0400 Subject: Add decimal numbers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c00d9bf4..a80525e5 100644 --- a/Makefile +++ b/Makefile @@ -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\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() { \ -- cgit v1.2.3