Merge refactor

This commit is contained in:
Marcel Pociot
2023-06-02 22:47:59 +02:00
parent 47d068e6d3
commit 1b734073b0
3 changed files with 24 additions and 22 deletions

View File

@@ -195,6 +195,13 @@
"openssl"
]
},
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"pcntl": {
"type": "builtin",
"unix-only": true
@@ -302,13 +309,6 @@
"libsodium"
]
},
"password-argon2": {
"type": "builtin",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
"sqlite3": {
"type": "builtin",
"arg-type": "with-prefix",
@@ -435,4 +435,4 @@
"zstd"
]
}
}
}