Skip to content

Commit

Permalink
Added libstdc++ to build with BoringSSL. A year ago it worked without…
Browse files Browse the repository at this point in the history
… that, but as of now it does not, meow.
  • Loading branch information
thoughtful-pet committed Oct 22, 2024
1 parent eb14fc5 commit e04afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/boringssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ root, not in the `build/` subdirectory).

## configure curl

`LIBS=-lpthread ./configure --with-ssl=$HOME/src/boringssl` (where I point out
`LIBS="-lpthread -lstdc++" ./configure --with-ssl=$HOME/src/boringssl` (where I point out
the root of the boringssl tree)

Verify that at the end of the configuration, it says it detected
Expand Down

0 comments on commit e04afbd

Please sign in to comment.