Skip to content

Commit 64872fe

Browse files
authored
v.pkgconfig: add the default /opt/local/lib/pkgconfig for MacPorts on macos (#24626)
1 parent b3cb8a1 commit 64872fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎vlib/v/pkgconfig/pkgconfig.v‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const default_paths = [
1818
'/opt/homebrew/lib/pkgconfig', // Brew on macOS
1919
'/opt/homebrew/share/pkgconfig', // Brew on macOS. Needed for fish.pc, eigen3.pc, applewmproto.pc, fontsproto.pc, xextproto.pc, SPIRV-Headers.pc etc; seems like a legacy folder.
2020
'/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/11', // Brew on macOS. Needed for zlib.pc, libcurl.pc, expat.pc and a few others; all the rest are symlinked in /opt/homebrew/lib/pkgconfig .
21+
'/opt/local/lib/pkgconfig', // MacPorts on macOS
2122
'/usr/local/libdata/pkgconfig', // FreeBSD
2223
'/usr/libdata/pkgconfig', // FreeBSD
2324
'/usr/lib/i386-linux-gnu/pkgconfig', // Debian 32bit

0 commit comments

Comments
 (0)