-
Notifications
You must be signed in to change notification settings - Fork 2.5k
imhex: update to 1.38.1. #58276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imhex: update to 1.38.1. #58276
Conversation
|
During testing, the build and install process appears to require the patterns directory to be named exactly For this reason, the extracted This update also installs a few additional resources from ImHex-Patterns that are not installed by default upstream, but are present in the patterns repository and can be used by the application at runtime:
The SDK directory ( The SDK could be split into a dedicated package, for example |
|
split the sdk, it's useful |
fe9599d to
0da6d94
Compare
|
Thanks. I’ve split the plugin SDK into a separate subpackage, |
|
This fails to build if llvm18 has been built with |
|
@JkktBkkt confirmed. I reproduced the issue locally by rebuilding I made the changes in this PR based on the default configuration users get from the repositories. By default, I’ve opened a separate PR that attempts to address this by adding the missing demangle linkage when building against the system LLVM with LTO enabled. I tested this by rebuilding and compiling |
Testing the changes
Local build testing