diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 09:23:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 09:23:47 +0100 |
| commit | 2797a9b4e2db22ab8585fb451a1d86880cbef303 (patch) | |
| tree | 01384cd08c5a84fc9a06c54e03c8b5e9bd09dbaf | |
| parent | a13b53541c7436a42f6c958afba44258ef804427 (diff) | |
Back compatibility.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
