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

Relinking libc++ and libc++abi #237

Open
drjohnnyfever1 opened this issue Jan 8, 2025 · 1 comment
Open

Relinking libc++ and libc++abi #237

drjohnnyfever1 opened this issue Jan 8, 2025 · 1 comment

Comments

@drjohnnyfever1
Copy link

I was able to successfully bundle libc++.1.dylib and libc++abi.dylib into the app and relink everything so they work properly obviating the need to manually install the MacPorts libs in the system path if macports is not installed. I can provide a script that will do it if that is a desirable feature. Its not that different from the 104fx_copy.sh script but you substitute out the gcc libs for libc++ etc.

@rmottola
Copy link
Owner

rmottola commented Jan 11, 2025

do you run it before or after creating the dmg? I don't like too much the idea of relinking, distributing libc++ is quite fine. I asked many if the latest libraries work.
Please do share it though, @drjohnnyfever1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants