Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

v2.18.1

Compare
Choose a tag to compare
@omarroth omarroth released this 19 Jul 15:48
· 23 commits to master since this release
96a75aa

Assuming you've already built boringssl and lsquic according to these instructions, the included liblsquic.a is built using:

$ ar -x liblsquic.a
$ ar -x libssl.a
$ ar -x libcrypto.a
$ rm *.a
$ ar rc liblsquic.a *.o
$ strip --strip-unneeded liblsquic.a 
$ ranlib liblsquic.a