From 2797a9b4e2db22ab8585fb451a1d86880cbef303 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2017 09:23:47 +0100 Subject: [PATCH] Back compatibility. --- cdist | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist b/cdist index 77e6a34..3237da2 100755 --- 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) -- 2.30.2