This commit is contained in:
2026-04-15 16:40:23 +08:00
parent 03229f23d4
commit 446bc34a9f
78 changed files with 1617 additions and 120 deletions

View File

@@ -22,7 +22,9 @@ Xmake resolves these shared dependencies for both platforms:
Platform system links:
- Windows: `ws2_32`
- Linux: `pthread`
- Linux: `pthread`, `crypt`
Linux builds also rely on the system `crypt.h` header and `libcrypt` for bcrypt support. Windows builds continue to use the vendored Openwall bcrypt sources.
## Database TLS