From bfa0600d3cbf06d0ff3d49611d4da6908f60fd3e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 Dec 2021 10:10:39 +0530 Subject: [PATCH] oops --- setup/installers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installers.py b/setup/installers.py index 81d5d4570f..e4119b03e7 100644 --- a/setup/installers.py +++ b/setup/installers.py @@ -149,7 +149,7 @@ def run(self, opts): class BuildInstallers(BuildInstaller): OS = '' - ALL_ARCHES = '64' + ALL_ARCHES = '64', def run(self, opts): for bitness in self.ALL_ARCHES: