Run code before dub dependency's `shared static this()`

Jacob Carlborg doob at me.com
Mon May 6 18:20:31 UTC 2019


On 2019-05-05 14:52, Daniel N wrote:

> This might work:
> 
> pragma(crt_constructor)
> extern(C)
> void early_init()
> {
> }

Keep in mind that the D runtime is not full initialized at this point.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list