cloudflare / boring

BoringSSL bindings for the Rust programming language.
364 stars 110 forks source link

fix: invalid -L path for build artifact search #223

Open poliorcetics opened 9 months ago

poliorcetics commented 9 months ago

I haven't managed to link boring for either Linux, windows or macOS without this modification recently, which I find strange

Do you have any idea of what could be happening ?

rushilmehra commented 8 months ago

What's the build error? And what version of boringssl are you building with?

Guiguiprim commented 7 months ago

The error is error: could not find native static librarycrypto, perhaps an -L flag is missing? when building an app using boring 4.5.0 on windows.

PaulDance commented 2 weeks ago

@rushilmehra would it be possible to review this again, please? I haven't tested recently, but I'm pretty sure we still have the issue. Thanks in advance.