Browse Source

Some more build fixing

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 3 years ago
parent
commit
9267d8736c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 6 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +2
    -0
      plugins/Cardinal/src/Ildaeil.cpp
  3. +3
    -0
      plugins/Makefile

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit c21bc7da9d52beab7d9eea540a03320b32e7e499
Subproject commit f9e6b101a1b0da27bcfd873c10ed395ba41d8c46

+ 2
- 0
plugins/Cardinal/src/Ildaeil.cpp View File

@@ -45,6 +45,8 @@
#include "water/streams/MemoryOutputStream.h"
#include "water/xml/XmlDocument.h"

#include <string>

#ifndef CARDINAL_SYSDEPS
// private method that takes ownership, we can use it to avoid superfulous allocations
extern "C" {


+ 3
- 0
plugins/Makefile View File

@@ -500,6 +500,9 @@ CATROMODULO_CUSTOM = LowFrequencyOscillator NumDisplayWidget

PLUGIN_FILES += $(filter-out cf/src/plugin.cpp,$(wildcard cf/src/*.cpp))

# modules/types which are present in other plugins
CF_CUSTOM = $(DRWAV)

# --------------------------------------------------------------
# DrumKit



Loading…
Cancel
Save