We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding frameworks for MacOS in the tauri.conf.json, the rpath is not automatically set during the build process
I would like for Tauri to automatically apply the rpath to the executable if needed:
println!("cargo:rustc-link-arg=-Wl,-rpath,@executable_path/../Frameworks");
No response
The text was updated successfully, but these errors were encountered:
fix: rpath missing from app, closes #7710 (#7773)
5ecb46b
Co-authored-by: Lucas Nogueira <[email protected]> Co-authored-by: Lucas Fernandes Nogueira <[email protected]> fix: codesign doesn't sign frameworks or sidecar, closes #7690 (#7774)
No branches or pull requests
Describe the problem
When adding frameworks for MacOS in the tauri.conf.json, the rpath is not automatically set during the build process
Describe the solution you'd like
I would like for Tauri to automatically apply the rpath to the executable if needed:
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: