From 41244b0a70032f93396b7831514c287c6a942f84 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 23 Jan 2024 16:23:02 +0100 Subject: [PATCH] Add dependencies --- premake.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake.make b/premake.make index e9bdcf6..10949ab 100644 --- a/premake.make +++ b/premake.make @@ -1,4 +1,4 @@ -LDLIBS := +LDLIBS := -lm -lpthread -lscerror MAJOR := 1 MINOR := 0