| 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. |
| 4 | prefix=/opt/homebrew/Cellar/openssl@3/3.3.2 |
| 5 | exec_prefix=${prefix} |
| 6 | libdir=${exec_prefix}/lib |
| 7 | includedir=${prefix}/include |
| 8 | |
| 9 | Name: OpenSSL |
| 10 | Description: Secure Sockets Layer and cryptography libraries and tools |
| 11 | Version: 3.3.2 |
| 12 | |
| 13 | |