-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I included VAqua in a Compose Multiplatform project to use the NSVisualEffectView wrapper. For distributing the app, I use Conveyor. When I try to run my project with conveyor run, Conveyor errors out with Signing Mac binary vaqua-13_jar_libwindowstylepatch.dylib failed. Please ensure the binary was linked using the -headerpad 0xFF flag to Apple's ld.. I looked at the build.xml file to see if I could make a PR to add this linker flag, but I don't know enough about the Ant build system to do it.
For reference, this is my project: https://github.com/zacharee/SamloaderKotlin. Running it with ./gradlew :desktop:run works for local testing, but I can't create a distributable with that. Is this flag something that can be added to VAqua so Conveyor can sign the native libs?