This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
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
fb3cd63725
commit
08669d1bc3
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.plugins.mk
+ 1
- 1
Makefile.plugins.mk
View File
@@ -98,7 +98,7 @@ DGL_FLAGS += -DDGL_EXTERNAL
HAVE_DGL = true
HAVE_DGL = true
endif
endif
DGL_LIBS += $(DGL_SYSTEM_LIBS)
DGL_LIBS += $(DGL_SYSTEM_LIBS)
-lm
ifneq ($(HAVE_DGL),true)
ifneq ($(HAVE_DGL),true)
dssi_ui =
dssi_ui =
Write
Preview
Loading…
Cancel
Save