Add ninja required by Qt

This commit is contained in:
Kovid Goyal 2021-12-17 11:24:44 +05:30
parent 3de1bb711c
commit e6bbaaa57f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -433,6 +433,16 @@
} }
}, },
{
"name": "ninja",
"os": "macos,windows",
"unix": {
"filename": "ninja-src.tar.gz",
"hash": "sha256:ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed",
"urls": ["https://github.com/ninja-build/ninja/archive/refs/tags/v1.10.2.tar.gz"]
}
},
{ {
"name": "qt-base", "name": "qt-base",
"version": "6.2.2", "version": "6.2.2",