This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
MVerb
mirror of
https://github.com/DISTRHO/MVerb
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Correct last commit
tags/0.9
falkTX
10 years ago
parent
539d16e597
commit
d835b0133d
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
Makefile.mk
+5
-0
plugins/Makefile.mk
+ 1
- 2
Makefile.mk
View File
@@ -98,8 +98,7 @@ HAVE_DGL = true
endif
ifeq ($(WIN32),true)
# FIXME: make OpenGL >= 2 work with mingw
HAVE_DGL = false
HAVE_DGL = true
endif
# --------------------------------------------------------------
+ 5
- 0
plugins/Makefile.mk
View File
@@ -12,6 +12,11 @@ ifeq ($(OBJS_UI),)
HAVE_DGL = false
endif
ifeq ($(WIN32),true)
# FIXME: make OpenGL >= 2 work with mingw
HAVE_DGL = false
endif
# --------------------------------------------------------------
# Basic setup
Write
Preview
Loading…
Cancel
Save