Browse Source

Build VST plugin for all possible OSes

tags/v2.1-alpha1-winvst
falkTX 6 years ago
parent
commit
a373a71d61
2 changed files with 2 additions and 6 deletions
  1. +1
    -3
      Makefile
  2. +1
    -3
      source/plugin/Makefile

+ 1
- 3
Makefile View File

@@ -515,8 +515,7 @@ endif

# -------------------------------------------------------------------------------------------------------------

ifeq ($(LINUX),true)
ifeq ($(HAVE_X11),true)
ifneq ($(HAIKU),true)
ifeq ($(HAVE_PYQT),true)
# Install vst plugin
install -d $(DESTDIR)$(LIBDIR)/vst/carla.vst
@@ -545,7 +544,6 @@ ifeq ($(HAVE_PYQT),true)
$(LINK) ../../carla/styles $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles
endif
endif
endif

ifneq ($(EXTERNAL_PLUGINS),true)
install_external_plugins:


+ 1
- 3
source/plugin/Makefile View File

@@ -110,8 +110,7 @@ TARGETS += \
$(BINDIR)/carla.lv2/manifest.ttl
endif

ifeq ($(LINUX),true)
ifeq ($(HAVE_X11),true)
ifneq ($(HAIKU),true)
ifeq ($(HAVE_PYQT),true)
TARGETS += \
$(BINDIR)/CarlaRack$(LIB_EXT) \
@@ -123,7 +122,6 @@ TARGETS += \
$(BINDIR)/CarlaVstShell$(LIB_EXT)
endif
endif
endif

# ---------------------------------------------------------------------------------------------------------------------



Loading…
Cancel
Save