This commit is contained in:
Marc Beninca 2021-10-10 03:57:52 +02:00 committed by Marc Beninca
parent a0b1a1ea94
commit 74e9b15378
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,6 @@
ARCHIVE = '.tar.xz'
ARCHITECTURES = ['x86_64', 'i686']
CATALOG = '.files'
CHARSET = 'u8'
SIGNATURE = '.sig'
SUBSYSTEMS = ['msys', 'clang', 'mingw', 'ucrt']