architectures

This commit is contained in:
Marc Beninca 2021-10-10 15:44:03 +02:00 committed by Marc Beninca
parent f849bca87c
commit bb230e0c6d
6 changed files with 26 additions and 10 deletions

View file

@ -2,6 +2,8 @@ import os
MAIN = 'msys'
FAMILIES = [MAIN, 'clang', 'mingw', 'ucrt']
class SubSystem:
def __init__(self, architecture):