add libxslt compile command

This commit is contained in:
crazywhalecc
2023-08-26 23:50:24 +08:00
committed by Jerry Ma
parent 238fd7fc74
commit 6c49d35aec
6 changed files with 89 additions and 10 deletions

View File

@@ -449,9 +449,13 @@
},
"xsl": {
"type": "builtin",
"arg-type": "with",
"arg-type": "with-prefix",
"lib-depends": [
"libxslt"
],
"ext-depends": [
"xml",
"dom"
]
},
"yaml": {