Browse Source

Temporarily change to Bidoo fork for fixing Windows builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
e24b7f0a21
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 2 additions and 5 deletions
  1. +1
    -1
      .gitmodules
  2. +0
    -3
      include/helpers.hpp
  3. +1
    -1
      plugins/Bidoo

+ 1
- 1
.gitmodules View File

@@ -33,7 +33,7 @@
url = https://github.com/bogaudio/BogaudioModules.git
[submodule "plugins/Bidoo"]
path = plugins/Bidoo
url = https://github.com/sebastien-bouffier/Bidoo.git
url = https://github.com/CardinalModules/Bidoo.git
[submodule "plugins/ESeries"]
path = plugins/ESeries
url = https://github.com/VCVRack/ESeries.git


+ 0
- 3
include/helpers.hpp View File

@@ -119,6 +119,3 @@ CardinalPluginModel<TModule, TModuleWidget>* createModel(std::string slug)
#define createModel createModelOldVCV
#include_next "helpers.hpp"
#undef createModel

// this is defined by Windows headers, conflicts with Bidoo VOID module name
#undef VOID

+ 1
- 1
plugins/Bidoo

@@ -1 +1 @@
Subproject commit 11f93b7b44256a821ecd5095267afced2f3796b5
Subproject commit 1d0f7817723399de4aab367eaea3b42f1043668f

Loading…
Cancel
Save