add uuid/libuuid for linux and macos (#363)

This commit is contained in:
Jerry Ma
2024-03-01 20:10:48 +08:00
committed by GitHub
parent 9664709f21
commit f5d1df5407
8 changed files with 91 additions and 3 deletions

View File

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