From fbd97905427549c378a3fe8f55abdc2a7bfee1c2 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 5 Aug 2024 16:55:45 -0700 Subject: [PATCH] gha: math --- tests/minimum/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/minimum/Makefile b/tests/minimum/Makefile index 55eaecd..7c86851 100644 --- a/tests/minimum/Makefile +++ b/tests/minimum/Makefile @@ -14,6 +14,7 @@ dist/sqlite-amalgamation-3310100: dist/ dist/t3310100: demo.c dist/sqlite-amalgamation-3310100 gcc \ + -lm \ -DSQLITE_CORE \ -I dist/sqlite-amalgamation-3310100 \ -I ../../ \