Merge pull request #474 from wilzbach/76-windows
Fix #472 - Use 2.076 to build the release binaries merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
a6ef4e5a25
|
@ -18,8 +18,8 @@ cd $DIR
|
|||
|
||||
# Step 1: download the DMD binaries
|
||||
if [ ! -d dmd2 ] ; then
|
||||
wget http://downloads.dlang.org/releases/2.x/2.079.0/dmd.2.079.0.windows.7z
|
||||
7z x dmd.2.079.0.windows.7z > /dev/null
|
||||
wget http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.windows.7z
|
||||
7z x dmd.2.076.0.windows.7z > /dev/null
|
||||
fi
|
||||
|
||||
# Step 2: Run DMD via wineconsole
|
||||
|
|
Loading…
Reference in New Issue