changeset 6294:42ff97e65b36

Fix mingw-w64 7z dependency There is no tools::p7zip yet. Therefore installation of p7zip is needed to the system. For example. sudo apt-get install p7zip-full
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 27 Dec 2014 17:17:44 +0900
parents e5f0e1d2b917
children 375b18ad067a
files gub/specs/mingw-w64-runtime.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/mingw-w64-runtime.py	Sun Nov 30 18:52:57 2014 +0900
+++ b/gub/specs/mingw-w64-runtime.py	Sat Dec 27 17:17:44 2014 +0900
@@ -2,6 +2,7 @@
 
 class Mingw_w64_runtime (build.BinaryBuild, build.SdkBuild):
     source = 'http://sourceforge.net/projects/mingw-w64/files/Toolchains%%20targetting%%20Win32/Personal%%20Builds/mingw-builds/4.8.2/threads-posix/sjlj/i686-4.8.2-release-posix-sjlj-rt_v3-rev4.7z'
+    dependencies = [ 'system::7z' ]
     subpackage_names = ['winpthread-dll', '']
     def get_subpackage_definitions (self):
         d = build.BinaryBuild.get_subpackage_definitions (self)