Browse Source

Yet another build fix

tags/1.9.4
falkTX 11 years ago
parent
commit
886b9c6730
2 changed files with 8 additions and 7 deletions
  1. +1
    -0
      source/bridges/Makefile
  2. +7
    -7
      source/carla-plugin

+ 1
- 0
source/bridges/Makefile View File

@@ -110,6 +110,7 @@ endif

BUILD_UI_FLAGS = $(BUILD_CXX_FLAGS) -DBUILD_BRIDGE_UI
LINK_UI_FLAGS = $(LINK_FLAGS) -ldl
LINK_UI_FLAGS += $(JUCE_CORE_LIBS)

BUILD_UI_LV2_FLAGS = $(BUILD_UI_FLAGS) -DBRIDGE_LV2
BUILD_UI_VST_FLAGS = $(BUILD_UI_FLAGS) -DBRIDGE_VST


+ 7
- 7
source/carla-plugin View File

@@ -323,13 +323,6 @@ class CarlaMiniW(HostWindow, ExternalUI):
# Main

if __name__ == '__main__':
# -------------------------------------------------------------
# Setup

Carla.isControl = False
Carla.isLocal = False
Carla.isPlugin = True

# -------------------------------------------------------------
# App initialization

@@ -340,6 +333,13 @@ if __name__ == '__main__':

setUpSignals()

# -------------------------------------------------------------
# Setup

Carla.isControl = False
Carla.isLocal = False
Carla.isPlugin = True

# -------------------------------------------------------------
# Read CLI args



Loading…
Cancel
Save