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

Commit

Permalink
Add -I and -L for pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Sep 10, 2020
1 parent 3a95247 commit e12dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/pillow/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$UNAME" = "Darwin" ] ; then
fi

if [ "$CONDA_PREFIX" != "" ]; then
extra_build_ext="$extra_build_ext --disable-platform-guessing"
extra_build_ext="$extra_build_ext --disable-platform-guessing -I$CONDA_PREFIX/include -L$CONDA_PREFIX/lib"
fi

# Note: Avoid shared libraries inside egg files, Trac #19467
Expand Down

0 comments on commit e12dc72

Please sign in to comment.