From 102700a293c04db762164310947ca28180b57a11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Apr 2024 09:24:26 +0200 Subject: [PATCH] Fix previous. --- cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist b/cdist index aefbbd1..c17c1dc 100755 --- a/cdist +++ b/cdist @@ -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: -- 2.30.2