diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-15 09:24:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 09:24:26 +0200 |
| commit | 102700a293c04db762164310947ca28180b57a11 (patch) | |
| tree | 54bd20f532fa37f992dce90a3f3fdea7c7786abd | |
| parent | 87f59f673650fbb3a8cdccebaf1f26bdf51d1dee (diff) | |
Fix previous.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -595,7 +595,7 @@ class WindowsDockerTarget(DockerTarget): self.bits = bits # This was used to differentiate "normal" Windows from XP, and is no longer important, # but old cscripts still look for it - self.target = None + self.version = None self.tool_path = '%s/usr/bin' % config.get('mxe_prefix') if self.bits == 32: |
