Is it possible to suppress standard lib and dlang symbols in dylib (macos)

Jacob Carlborg doob at me.com
Wed Mar 17 15:19:11 UTC 2021


On Wednesday, 17 March 2021 at 15:16:36 UTC, Jacob Carlborg wrote:

> macOS doesn't support static linking.

The proper way to solve this is to bundle the dynamic libraries 
with the application. If it's a GUI application it can be located 
in the application bundle.  It seems like David already figured 
this out [1].

[1] 
https://forum.dlang.org/post/wsvlwdgzswxprtfjzqik@forum.dlang.org

--
/Jacob Carlborg



More information about the Digitalmars-d-learn mailing list