changeset 6253:23445deec6ec

Fix the dependency of binutils for mingw binutils for mingw requires iconv for the multilingualization of lilypad resources.
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Wed, 22 Oct 2014 23:43:08 +0900
parents 0303805b506c
children 5093434b4eba
files gub/specs/cross/binutils.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/cross/binutils.py	Wed Oct 22 21:27:05 2014 +0900
+++ b/gub/specs/cross/binutils.py	Wed Oct 22 23:43:08 2014 +0900
@@ -50,6 +50,7 @@
 class Binutils__mingw (Binutils):
     dependencies = Binutils.dependencies + [
             'tools::libtool',
+            'system::iconv',
             ]
     def configure (self):
         Binutils.configure (self)