From 4ab4b99bd53d4969a4027cc9c3a9ce7f33fe04a1 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 27 Oct 2025 11:21:45 +0100 Subject: [PATCH] Remove libscnumerics dependency --- modules/Polygon/premake.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Polygon/premake.make b/modules/Polygon/premake.make index 3d75bf4..e902370 100644 --- a/modules/Polygon/premake.make +++ b/modules/Polygon/premake.make @@ -1,4 +1,4 @@ -LDLIBS := -lcairo -lscscreensaver -lsccolor -lscnumerics +LDLIBS := -lcairo -lscscreensaver -lsccolor UNAME_S := $(shell uname -s) PROJ := $(shell basename $$(pwd)) PLUGIN := $(PROJ).saver