Skip to content
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

[feat] Add rpath for Frameworks on MacOS #7710

Closed
tr3ysmith opened this issue Aug 29, 2023 · 0 comments
Closed

[feat] Add rpath for Frameworks on MacOS #7710

tr3ysmith opened this issue Aug 29, 2023 · 0 comments
Labels

Comments

@tr3ysmith
Copy link
Contributor

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:

println!("cargo:rustc-link-arg=-Wl,-rpath,@executable_path/../Frameworks");

Alternatives considered

No response

Additional context

No response

lucasfernog added a commit that referenced this issue Sep 24, 2023
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants