jacob-carlborg/dstep

Package option works wrong in pre-compiled win64 binary

Domain opened this issue · 1 comments

When package option is used, the module name is wrong:

extern (module libxml.pattern;

C):

But it works well when I compiling for linux with dub.

Hmm, that's weird.