Add math library.

This commit is contained in:
Michael R Sweet
2023-12-03 20:26:27 -05:00
parent a195c023af
commit d92b72ed02
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ CSFLAGS = -s "$(CODESIGN_IDENTITY)" @CSFLAGS@ --timestamp
DSOFLAGS = @DSOFLAGS@ $(CFLAGS)
INSTALL = @INSTALL@
LDFLAGS = @LDFLAGS@ $(OPTIM)
LIBS = @LIBS@
LIBS = @LIBS@ -lm
LN = @LN@
OPTIM = @OPTIM@
RANLIB = @RANLIB@