https://issues.dlang.org/show_bug.cgi?id=13178

--- Comment #10 from Dicebot <pub...@dicebot.lv> ---
(In reply to Jacob Carlborg from comment #9)
> Does this mean I cannot use RDMD together with static libraries?

You can but using --exclude=pkgname for those is necessary - rdmd itself can't
know relation between static library file and package names of compiled
sources. Phobos is excluded by default and tango was only non-standard
pre-defined exclusion until recently. All other static libraries have needed it
all the time.

--

Reply via email to