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
Fix example plugins build with latest changes
Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX
4 years ago
parent
18b5b5e50b
commit
67f04d3d6a
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile.plugins.mk
+ 1
- 0
Makefile.plugins.mk
View File
@@ -71,6 +71,7 @@ vst = $(TARGET_DIR)/$(NAME)-vst$(LIB_EXT)
# Handle UI stuff, disable UI support automatically
ifeq ($(FILES_UI),)
HAVE_DGL = false
UI_TYPE = none
endif
Write
Preview
Loading…
Cancel
Save