subsystem

This commit is contained in:
Marc Beninca 2021-10-10 19:10:13 +02:00 committed by Marc Beninca
parent 5812aae871
commit 7384440b72
2 changed files with 1 additions and 2 deletions

View file

@ -75,7 +75,7 @@ compression applying to archive
remote=msys.REPOSITORY, remote=msys.REPOSITORY,
architectures=[msys.ARCHITECTURE], architectures=[msys.ARCHITECTURE],
subsystems=[msys.SUBSYSTEM, 'mingw'], subsystems=[subsystem.MAIN, 'mingw'],
filesystem='fs', filesystem='fs',
compression='zst', compression='zst',

View file

@ -4,6 +4,5 @@ CATALOG = '.files'
CHARSET = 'u8' CHARSET = 'u8'
REPOSITORY = 'https://repo.msys2.org' REPOSITORY = 'https://repo.msys2.org'
SIGNATURE = '.sig' SIGNATURE = '.sig'
SUBSYSTEM = 'msys'
ARCHITECTURES = [ARCHITECTURE, 'i686'] ARCHITECTURES = [ARCHITECTURE, 'i686']