jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package option works wrong in pre-compiled win64 binary

Domain opened this issue · 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.