fix suggested libs dependency order

This commit is contained in:
crazywhalecc
2023-04-07 22:11:41 +08:00
parent 4063b8454b
commit 978b59c0dc
3 changed files with 65 additions and 7 deletions

View File

@@ -36,9 +36,9 @@
},
"enchant": {
"type": "builtin",
"arg-type": "with",
"arg-type": "custom",
"lib-depends": [
"enchant2"
"enchant"
]
},
"exif": {