subsystem
This commit is contained in:
parent
5812aae871
commit
7384440b72
2 changed files with 1 additions and 2 deletions
|
@ -75,7 +75,7 @@ compression applying to archive
|
|||
|
||||
remote=msys.REPOSITORY,
|
||||
architectures=[msys.ARCHITECTURE],
|
||||
subsystems=[msys.SUBSYSTEM, 'mingw'],
|
||||
subsystems=[subsystem.MAIN, 'mingw'],
|
||||
|
||||
filesystem='fs',
|
||||
compression='zst',
|
||||
|
|
1
msys.py
1
msys.py
|
@ -4,6 +4,5 @@ CATALOG = '.files'
|
|||
CHARSET = 'u8'
|
||||
REPOSITORY = 'https://repo.msys2.org'
|
||||
SIGNATURE = '.sig'
|
||||
SUBSYSTEM = 'msys'
|
||||
|
||||
ARCHITECTURES = [ARCHITECTURE, 'i686']
|
||||
|
|
Loading…
Reference in a new issue