Temporarily change to Bidoo fork for fixing Windows builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7202b10d93
commit
e24b7f0a21
3 changed files with 2 additions and 5 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -33,7 +33,7 @@
|
||||||
url = https://github.com/bogaudio/BogaudioModules.git
|
url = https://github.com/bogaudio/BogaudioModules.git
|
||||||
[submodule "plugins/Bidoo"]
|
[submodule "plugins/Bidoo"]
|
||||||
path = plugins/Bidoo
|
path = plugins/Bidoo
|
||||||
url = https://github.com/sebastien-bouffier/Bidoo.git
|
url = https://github.com/CardinalModules/Bidoo.git
|
||||||
[submodule "plugins/ESeries"]
|
[submodule "plugins/ESeries"]
|
||||||
path = plugins/ESeries
|
path = plugins/ESeries
|
||||||
url = https://github.com/VCVRack/ESeries.git
|
url = https://github.com/VCVRack/ESeries.git
|
||||||
|
|
|
@ -119,6 +119,3 @@ CardinalPluginModel<TModule, TModuleWidget>* createModel(std::string slug)
|
||||||
#define createModel createModelOldVCV
|
#define createModel createModelOldVCV
|
||||||
#include_next "helpers.hpp"
|
#include_next "helpers.hpp"
|
||||||
#undef createModel
|
#undef createModel
|
||||||
|
|
||||||
// this is defined by Windows headers, conflicts with Bidoo VOID module name
|
|
||||||
#undef VOID
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 11f93b7b44256a821ecd5095267afced2f3796b5
|
Subproject commit 1d0f7817723399de4aab367eaea3b42f1043668f
|
Loading…
Add table
Add a link
Reference in a new issue