Skip to content

2.14.2 — MetaFugue Windows build fix

Choose a tag to compare

@stuart78 stuart78 released this 17 Jun 04:42

Fixes the Windows build failure that prevented 2.14.0 / 2.14.1 from building in the VCV Library.

MetaFugue declared several static constexpr arrays that are indexed at runtime (odr-used). Under -std=c++11 these require out-of-line definitions; Apple clang elided the references, but the Library's MinGW/Windows GCC did not, so the plugin failed to link. This adds the missing definitions. No functional changes to any module.

Also adds a native Windows (MSYS2 / MinGW64) build path to build.sh, so the Windows build can be reproduced and tested locally before submitting.