facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.55k stars 608 forks source link

2023.05.01.00: The library libcompiler_base changed type from shared to static #551

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

Previous versions installed these libs:

lib/libcompiler_base.so
lib/libcompiler_base.so.1.0.0

among many other shared libs.

2023.05.01.00 installs

lib/libcompiler_base.a

which is the only static lib among many other shared libs.

This looks like a mistake.

nanshu commented 1 year ago

It's not. See b537aed .