Add uv/libuv support (#296)

* add uv/libuv support

* sort config
This commit is contained in:
Jerry Ma
2023-12-23 16:23:37 +08:00
committed by GitHub
parent 584f96484c
commit 6b8df97282
7 changed files with 93 additions and 2 deletions

View File

@@ -471,6 +471,14 @@
"tokenizer": {
"type": "builtin"
},
"uv": {
"type": "external",
"source": "ext-uv",
"arg-type": "with-prefix",
"lib-depends": [
"libuv"
]
},
"xlswriter": {
"type": "external",
"source": "xlswriter",