Files
profile/.rc.d/pkgconfig.sh.disabled

7 lines
435 B
Plaintext

# 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