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 a variable naming mistake
pull/108/head
JP Cimalando
Filipe Coelho
<falktx@falktx.com>
6 years ago
parent
09d9de8ba9
commit
19d88d2db5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -25,7 +25,7 @@ ifeq ($(HAVE_CAIRO),true)
$(MAKE) all -C examples/CairoUI
endif
ifneq ($(MACOS_OR_WIN
32
),true)
ifneq ($(MACOS_OR_WIN
DOWS
),true)
# ExternalUI is WIP
$(MAKE) all -C examples/ExternalUI
install -d bin/d_extui-dssi
Write
Preview
Loading…
Cancel
Save