You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: