https://issues.dlang.org/show_bug.cgi?id=23401
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- Actually, dmd cross compiles using the -os=windows, -os=freebsd, etc., switch. I use it all the time. But you're right, there's a problem with cross-compilation of .c files because how does one run the C preprocessor on another platform? --
