From 5f4cd7bcb9d35803cc50caf466915bef4394056e Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sat, 18 Jul 2020 12:13:24 +1000 Subject: [PATCH] Link all plugins to math lib because math functions are used in part of DGL --- Makefile.plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk index 7c1e5540..83cce2a8 100644 --- 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 =