This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix last commit
tags/1.9.4
falkTX
10 years ago
parent
362225f42a
commit
e948e34c37
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
source/bridges/Makefile
+ 2
- 2
source/bridges/Makefile
View File
@@ -175,11 +175,11 @@ ifeq ($(HAVE_GTK3),true)
TARGETS += ui_lv2-gtk3
endif
ifeq ($(HAVE_QT
GUI
4),true)
ifeq ($(HAVE_QT4),true)
TARGETS += ui_lv2-qt4
endif
ifeq ($(HAVE_QT
GUI
5),true)
ifeq ($(HAVE_QT5),true)
TARGETS += ui_lv2-qt5
endif
Write
Preview
Loading…
Cancel
Save