mirror of https://github.com/WerWolv/ImHex
build: do not bundle plugin SDK in AppImage
This commit is contained in:
parent
d6aec341fe
commit
e7404376db
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue