March 30, 2012
I suggest to add following line on top of rdmd main():

compiler = std.path.buildPath(std.path.dirName(args[0]), "dmd");


March 30, 2012
On 3/30/12 3:34 PM, zeljkog wrote:
> I suggest to add following line on top of rdmd main():
>
> compiler = std.path.buildPath(std.path.dirName(args[0]), "dmd");

You may want to make it into a pull request. Thanks!

Andrei