Adds pkgconfig script in disabled state with TODO comments updated.

This commit is contained in:
Tom Hicks
2024-09-20 17:08:04 -07:00
parent 9907eafaa7
commit d88a11a844

View File

@@ -0,0 +1,7 @@
# TODO: Find a way to make this automatic so pkgconfig works for anything installed via homebrew.
# See java.sh for details, but we can enumerate folders under /opt/homebrew/Cellar/*/*/lib/pkgconfig and add them all.
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/homebrew/Cellar/libpng/1.6.40/lib/pkgconfig
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/homebrew/Cellar/zlib/1.3/lib/pkgconfig
# PKG_CONFIG_PATH=$PKG_CONFIG_PATH:
export PKG_CONFIG_PATH