Skip to content

Commit

Permalink
Added LD_LIBRARY_PATH to include vips
Browse files Browse the repository at this point in the history
  • Loading branch information
alex88 committed Feb 18, 2014
1 parent 4c4cd90 commit 9710002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .profile.d/vips.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export PATH=$PATH:$HOME/vendor/vips/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/vendor/vips/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/vendor/vips/lib/pkgconfig
export LD_LIBRARY_PATH=$HOME/vendor/vips/lib

0 comments on commit 9710002

Please sign in to comment.