From f50c32e6a6b95f27a2c5d9c77116e01983269a79 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 25 Nov 2024 16:54:38 -0500 Subject: [PATCH] shims/mac/super: add `pkgconf` symlink Since we switched to `pkgconf`, it is possible that a build tool may use it before `pkg-config` so make sure both shims are available. --- Library/Homebrew/shims/mac/super/pkgconf | 1 + 1 file changed, 1 insertion(+) create mode 120000 Library/Homebrew/shims/mac/super/pkgconf diff --git a/Library/Homebrew/shims/mac/super/pkgconf b/Library/Homebrew/shims/mac/super/pkgconf new file mode 120000 index 0000000000000..61520f907b561 --- /dev/null +++ b/Library/Homebrew/shims/mac/super/pkgconf @@ -0,0 +1 @@ +pkg-config \ No newline at end of file