architectures
This commit is contained in:
parent
f849bca87c
commit
bb230e0c6d
6 changed files with 26 additions and 10 deletions
|
@ -2,6 +2,8 @@ import os
|
|||
|
||||
MAIN = 'msys'
|
||||
|
||||
FAMILIES = [MAIN, 'clang', 'mingw', 'ucrt']
|
||||
|
||||
|
||||
class SubSystem:
|
||||
def __init__(self, architecture):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue