Merge remote-tracking branch 'origin/ext/parallel' into ext/parallel

# Conflicts:
#	config/ext.json
This commit is contained in:
crazywhalecc
2024-05-11 14:10:10 +08:00
6 changed files with 60 additions and 5 deletions

View File

@@ -187,6 +187,11 @@
"icu"
]
},
"parallel": {
"type": "external",
"source": "parallel",
"arg-type-windows": "with"
},
"ldap": {
"type": "builtin",
"arg-type": "with-prefix",
@@ -283,7 +288,10 @@
"parallel": {
"type": "external",
"source": "parallel",
"arg-type-windows": "with"
"arg-type-windows": "with",
"lib-depends-windows": [
"pthreads4w"
]
},
"password-argon2": {
"type": "builtin",