Browse Source

Link all plugins to math lib because math functions are used in part of DGL

pull/236/head
Damien Zammit 5 years ago
parent
commit
5f4cd7bcb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.plugins.mk

+ 1
- 1
Makefile.plugins.mk View File

@@ -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 =


Loading…
Cancel
Save