From 3474e831a4702a2ecb8b6781ea4dc61cdd54c10d Mon Sep 17 00:00:00 2001 From: Sophia Weber Date: Fri, 9 Feb 2024 21:31:22 +0100 Subject: [PATCH] add math library support --- project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.yml b/project.yml index 11236c5..e1f13f2 100644 --- a/project.yml +++ b/project.yml @@ -89,7 +89,7 @@ :placement: :end :flag: "-l${1}" :path_flag: "-L ${1}" - :system: [] # for example, you might list 'm' to grab the math library + :system: ['m'] # for example, you might list 'm' to grab the math library :test: [] :release: []