Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
52cc25c5
Commit
52cc25c5
authored
Mar 13, 2009
by
Oliver Bock
Browse files
Workaround for MinGW (xscripts) GCC build bug (upstream notified)
parent
0f4de53a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
52cc25c5
...
...
@@ -187,7 +187,8 @@ prepare_win32()
else
cd
..
||
failure
echo
"Retrieving MinGW build script (this may take a while)..."
|
tee
-a
$LOGFILE
cvs
-z3
-d
:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw checkout
-P
xscripts
>>
$LOGFILE
2>&1
||
failure
# 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
fi
echo
"Preparing MinGW build script..."
|
tee
-a
$LOGFILE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment