Browse Source

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

pull/248/head
Damien Zammit Filipe Coelho <falktx@falktx.com> 4 years ago
parent
commit
08669d1bc3
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