mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
125df1bb8a
* [boringssl] Add pkg-config file so it still works with gRPC * Update baseline
7 lines
140 B
PkgConfig
7 lines
140 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
Version: @OPENSSL_VERSION@
|
|
@pc_data@
|