v2 / vlib / v / pkgconfig / test_samples / openssl-3.3.2.pc
12 lines · 10 sloc · 509 bytes · 65e2834347d7755544b99e3ff987b7e06edd28f0
Raw
1## NOTE: this file has a space at the end of the includedir line. It is *deliberate*!
2## That version with the space, was present in homebrew, and failed V compilations with `-d use_openssl` on macos.
3## This .pc file is here, to prevent silent regressions for future cases like this.
4prefix=/opt/homebrew/Cellar/openssl@3/3.3.2
5exec_prefix=${prefix}
6libdir=${exec_prefix}/lib
7includedir=${prefix}/include
8
9Name: OpenSSL
10Description: Secure Sockets Layer and cryptography libraries and tools
11Version: 3.3.2
12
13