Browse Source

Build fixes

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
2b11eece3d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 9 additions and 1 deletions
  1. +4
    -0
      source/backend/plugin/CarlaPluginVST3.cpp
  2. +4
    -0
      source/backend/plugin/Makefile
  3. +1
    -1
      source/native-plugins/external

+ 4
- 0
source/backend/plugin/CarlaPluginVST3.cpp View File

@@ -28,6 +28,10 @@

#include "CarlaPluginUI.hpp"

#ifdef CARLA_OS_MAC
# import <Foundation/Foundation.h>
#endif

#include "water/files/File.h"

CARLA_BACKEND_START_NAMESPACE


+ 4
- 0
source/backend/plugin/Makefile View File

@@ -84,6 +84,10 @@ $(OBJDIR)/CarlaPluginVST2.cpp.o: CarlaPluginVST2.cpp
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -ObjC++ -c -o $@

$(OBJDIR)/CarlaPluginVST3.cpp.o: CarlaPluginVST3.cpp
-@mkdir -p $(OBJDIR)
@echo "Compiling $<"
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -ObjC++ -c -o $@
endif

ifeq ($(USING_JUCE),true)


+ 1
- 1
source/native-plugins/external

@@ -1 +1 @@
Subproject commit eb7d00e8974cac24b5be906c1b0d2f910d4fdc65
Subproject commit 11e7084071bfe4206fd342658e9e5673dc9b3330

Loading…
Cancel
Save