changeset 6251:f49cc0e03cd1

Fix mingw rebuilding error
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Wed, 22 Oct 2014 20:00:44 +0900
parents 337794c9106a
children 0303805b506c
files gub/specs/cross/gcc.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/cross/gcc.py	Wed Oct 22 00:21:21 2014 +0900
+++ b/gub/specs/cross/gcc.py	Wed Oct 22 20:00:44 2014 +0900
@@ -84,7 +84,7 @@
     def patch (self):
         Gcc.patch (self)
         self.system('''
-ln -s ./ %(allsrcdir)s/debug
-ln -s usr/ %(system_root)s/mingw
+ln -s ./ %(allsrcdir)s/debug || true
+ln -s usr/ %(system_root)s/mingw || true
 '''
         )