catalog
This commit is contained in:
parent
3763dce133
commit
2e366f71f1
6 changed files with 25 additions and 37 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue