use little trick to order libargon2 before libsodium

This commit is contained in:
henderkes
2026-01-02 23:21:29 +01:00
parent fff2484529
commit 559a2909a9
3 changed files with 3 additions and 20 deletions

View File

@@ -361,6 +361,9 @@
"source": "libargon2",
"static-libs-unix": [
"libargon2.a"
],
"lib-suggests": [
"libsodium"
]
},
"libavif": {