This commit is contained in:
Marc Beninca 2021-10-10 21:30:40 +02:00 committed by Marc Beninca
parent 3763dce133
commit 2e366f71f1
6 changed files with 25 additions and 37 deletions

View file

@ -1,5 +1,7 @@
import os
import catalog
CRT = 'mingw'
MAIN = 'msys'
@ -18,6 +20,8 @@ class SubSystem:
if self.name == MAIN:
list.append(self.architecture.name)
self.path = os.sep.join(list)
# catalog
self.catalog = catalog.Catalog(self)
def __str__(self):
lines = [