build: do not bundle plugin SDK in AppImage

(cherry picked from commit e7404376db)
This commit is contained in:
iTrooz
2025-12-14 01:55:57 +01:00
committed by WerWolv
parent 6ddf2bb9fd
commit 20b4630faa

View File

@@ -52,6 +52,7 @@ CC=gcc-14 CXX=g++-14 cmake -G "Ninja" \
-DIMHEX_COMMIT_BRANCH="${GIT_BRANCH}" \
-DIMHEX_ENABLE_LTO=${LTO} \
-DIMHEX_PLUGINS_IN_SHARE=ON \
-DIMHEX_BUNDLE_PLUGIN_SDK=OFF \
/imhex
EOF