From 4296dbd0d1e8e3f252835d97e6482b2681decb7f Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Wed, 14 Aug 2024 19:13:04 -0700 Subject: [PATCH] -lm to CFLAGS for linux builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 180a3d7..7a8ad7e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ endif ifdef CONFIG_LINUX LOADABLE_EXTENSION=so +CFLAGS += -lm endif ifdef CONFIG_WINDOWS