summarylogtreecommitdiffstats
path: root/toolchain_generator.py
diff options
context:
space:
mode:
authorNicola Murino2023-12-30 21:39:20 +0100
committerNicola Murino2023-12-30 21:39:20 +0100
commit11b24333d720ca9296e2cf08a6722f3c09aadc4e (patch)
tree93fc944faf85c8aeb907d31678e8bff6eaafc0c9 /toolchain_generator.py
parent92921bc2d2c077480a1119b9db82506b0938f942 (diff)
downloadaur-11b24333d720ca9296e2cf08a6722f3c09aadc4e.tar.gz
drop cmake support
It just seems to cause problems and also the Fedora equivalent of this package does not include cmake
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)})