build: do not bundle plugin SDK in AppImage

This commit is contained in:
iTrooz 2025-12-14 01:55:57 +01:00
parent d6aec341fe
commit e7404376db
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A
1 changed files with 1 additions and 0 deletions

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