https://issues.dlang.org/show_bug.cgi?id=20587
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Mathias LANG <[email protected]> --- Introduced by https://github.com/dlang/druntime/pull/593 The symbol is available on Linux but not OSX. We can (should) make it available on OSX, because linker errors are not user friendly. But even if we make it available on OSX, it is not implemented, so you'll have better luck calling `dlopen` / `dlsym` directly. --
