Zl plugins: add version in settings screen (#462066)

This commit is contained in:
Doron Behar
2025-12-14 18:47:03 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -87,6 +87,8 @@ clangStdenv.mkDerivation (finalAttrs: {
if clangStdenv.hostPlatform.isAarch64 then "neon64" else "sse2;avx;avx2"
))
(lib.cmakeBool "ZL_JUCE_COPY_PLUGIN" false)
# set the version for in the settings screen.
(lib.cmakeFeature "FOOBAR_VERSION" "${finalAttrs.version}")
];
installPhase = ''
+2
View File
@@ -87,6 +87,8 @@ clangStdenv.mkDerivation (finalAttrs: {
if clangStdenv.hostPlatform.isAarch64 then "neon64" else "sse2;avx;avx2"
))
(lib.cmakeBool "ZL_JUCE_COPY_PLUGIN" false)
# set the version for in the settings screen.
(lib.cmakeFeature "FOOBAR_VERSION" "${finalAttrs.version}")
];
installPhase = ''