From d1bfc18ac56f65c7c54a5cfeae2fa905c87bac27 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 @@ class BuildInstaller(Command): class BuildInstallers(BuildInstaller): OS = '' - ALL_ARCHES = '64' + ALL_ARCHES = '64', def run(self, opts): for bitness in self.ALL_ARCHES: