In my main I have the following lines :
version(Posix)
{
pragma(lib, "dl");
}This works well with MonoD, so it seems like version Posix isn't defined with DUB or pragma ignored.
In my main I have the following lines :
version(Posix)
{
pragma(lib, "dl");
}This works well with MonoD, so it seems like version Posix isn't defined with DUB or pragma ignored.