lint
This commit is contained in:
parent
7800bb9175
commit
28369f5813
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import subsystem
|
|||
|
||||
ARCHITECTURES = {
|
||||
'x86_64': (64, [subsystem.MAIN, 'clang64', 'mingw64', 'ucrt64']),
|
||||
'i686' : (32, [subsystem.MAIN, 'clang32', 'mingw32']),
|
||||
'i686': (32, [subsystem.MAIN, 'clang32', 'mingw32']),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue