Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit aee855a

Browse files
author
Matthias Koeppe
committed
.homebrew-build-env: Add libpng bdw-gc primesieve dirs to CPATH, LIBRARY_PATH
1 parent f9b2db9 commit aee855a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.homebrew-build-env

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export PKG_CONFIG_PATH
2323
LIBRARY_PATH="$HOMEBREW/lib$LIBRARY_PATH"
2424
[ -z "$CPATH" ] || CPATH=":${CPATH}"
2525
CPATH="$HOMEBREW/include$CPATH"
26-
for l in readline bzip2 ntl polymake; do
26+
for l in readline bzip2 ntl polymake libpng bdw-gc primesieve; do
2727
if [ -d "$HOMEBREW/opt/$l/lib" ]; then
2828
LIBRARY_PATH="$HOMEBREW/opt/$l/lib:$LIBRARY_PATH"
2929
fi

0 commit comments

Comments
 (0)