Skip to content
Snippets Groups Projects
Commit 38b320f9 authored by Oliver Bock's avatar Oliver Bock
Browse files

Removing workaround (fixed upstream)

parent 52cc25c5
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ prepare_win32()
cd .. || failure
echo "Retrieving MinGW build script (this may take a while)..." | tee -a $LOGFILE
# the date tag used is meant as a temporary workaround! Remove when GCC build issue got fixed upstream!
cvs -z3 -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw checkout -D "02/25/2009 12:00" -P xscripts >> $LOGFILE 2>&1 || failure
cvs -z3 -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw checkout -P xscripts >> $LOGFILE 2>&1 || failure
fi
echo "Preparing MinGW build script..." | tee -a $LOGFILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment