Back compatibility.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 08:23:47 +0000 (09:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 08:23:47 +0000 (09:23 +0100)
cdist

diff --git a/cdist b/cdist
index 77e6a34049b4460fd24a3517b055058f4f336337..3237da22c4e97f078275bae08891e582e39b594a 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -452,6 +452,7 @@ class WindowsTarget(Target):
         self.windows_prefix = self.library_prefix
         self.mingw_prefixes = [self.library_prefix]
         self.mingw_path = self.tool_path
+        self.mingw_name = self.name
 
     def command(self, c):
         log('host -> %s' % c)