summarylogtreecommitdiffstats
path: root/toolchain_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain_generator.py')
-rwxr-xr-xtoolchain_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain_generator.py b/toolchain_generator.py
index d27550c7a173..77d304bbb3cc 100755
--- a/toolchain_generator.py
+++ b/toolchain_generator.py
@@ -38,7 +38,7 @@ class CrossFileGenerator:
'ranlib':"'{}-gcc-ranlib'".format(self.arch),
'strip':"'{}-strip'".format(self.arch),
'windres':"'{}-windres'".format(self.arch),
- 'cmake':"'{}-cmake'".format(self.arch),
+ 'dlltool':"'{}-dlltool'".format(self.arch),
}
if self.need_exe_wrapper:
binaries.update({'exe_wrapper':"'{}-wine'".format(self.arch)})