Commit 24e1a32
fix: handle Windows BoringSSL build directory layout
Windows CMake with Visual Studio generator builds BoringSSL libraries to:
- build/ssl/Release/ssl.lib
- build/crypto/Release/crypto.lib
Updated Windows library path detection to check multiple possible layouts:
1. Visual Studio multi-config: build/ssl/Release/ and build/crypto/Release/
2. Single-config with Release: build/Release/
3. Single-config without subdirs: build/
This fixes linker errors on Windows CI where it couldn't find crypto.lib
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6ff42a0 commit 24e1a32
1 file changed
+25
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | | - | |
268 | 267 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
273 | 292 | | |
274 | 293 | | |
275 | 294 | | |
| |||
0 commit comments