Update autobuild.py

This commit is contained in:
Christoph Reiter 2021-10-10 15:07:50 +02:00 committed by GitHub
parent d74753f0e5
commit 8c7ef11f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ class Config:
MANUAL_BUILD: List[Tuple[str, List[BuildType]]] = [
('mingw-w64-firebird-git', []),
('mingw-w64-qt5-static', ['mingw32', 'mingw64', 'ucrt64']),
('mingw-w64-qt6-static', []),
('mingw-w64-arm-none-eabi-gcc', []),
('*', ['clangarm64']),
]