# HG changeset patch # User Abscissa # Date 1307494863 14400 # Node ID 1a0c1126bc464d99b3d0b317188fe82c5f8c5425 # Parent 13cf8da225ce3bcc0b574aee13c2fb48cc745de1 Fixed: Build script's initial setup fails if "{ddmd}/bin" doesn't already exist. diff -r 13cf8da225ce -r 1a0c1126bc46 buildHelper.d --- a/buildHelper.d Tue Nov 02 08:49:51 2010 +0100 +++ b/buildHelper.d Tue Jun 07 21:01:03 2011 -0400 @@ -154,6 +154,8 @@ { writeln("Running initial setup..."); + makePath("bin"); + // Download dmd zip if(!exists(dmdArchive) && shouldDownload) doSystem("wget "~dmdArchiveBaseURL~dmdArchive);