commit 08669d1bc30c6e971fde800eade4ca40104ba8b2
parent fb3cd6372592f37b064f770adfccc02dead5f1ae
Author: Damien Zammit <damien@zamaudio.com>
Date: Sat, 18 Jul 2020 12:12:57 +1000
Link all plugins to math lib because math functions are used in part of DGL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk
@@ -98,7 +98,7 @@ DGL_FLAGS += -DDGL_EXTERNAL
HAVE_DGL = true
endif
-DGL_LIBS += $(DGL_SYSTEM_LIBS)
+DGL_LIBS += $(DGL_SYSTEM_LIBS) -lm
ifneq ($(HAVE_DGL),true)
dssi_ui =