mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
[mimalloc] build for ARM Linux, Mac (#27041)
This commit is contained in:
parent
4f83a5642e
commit
39420a74dd
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "mimalloc",
|
||||
"version": "2.0.6",
|
||||
"port-version": 1,
|
||||
"description": "Compact general purpose allocator with excellent performance",
|
||||
"homepage": "https://github.com/microsoft/mimalloc",
|
||||
"license": "MIT",
|
||||
"supports": "!(arm | uwp)",
|
||||
"supports": "!((arm & windows) | uwp)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -4730,7 +4730,7 @@
|
||||
},
|
||||
"mimalloc": {
|
||||
"baseline": "2.0.6",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"minc": {
|
||||
"baseline": "2.4.03",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "057ac5484ad7a120ffa465073655fe6e10684d4a",
|
||||
"version": "2.0.6",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e5d0b88ffbb864754eb8b01ac111f84adb8a36a8",
|
||||
"version": "2.0.6",
|
||||
|
Loading…
Reference in New Issue
Block a user