architectures

This commit is contained in:
Marc Beninca 2021-10-10 03:55:22 +02:00 committed by Marc Beninca
parent efb590b72e
commit 5fe26606e0
4 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,6 @@ import hypertext
import msys
ARCHITECTURES = ['x86_64', 'i686']
ARCHITECTURES_BITS = {
'x86_64': 64,
'i686': 32,