From 16a58640e07ef7a28ef7951be7486be592994b5e Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Thu, 10 Apr 2025 05:21:54 +0900 Subject: [PATCH] link libm --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index 5eb026f..024cc22 100644 --- a/premake5.lua +++ b/premake5.lua @@ -170,6 +170,7 @@ project("NishBox") }) filter("system:not windows") links({ + "m", "pthread" }) filter("configurations:Debug")