Skip to content

Commit

Permalink
python-2.7.15: PKG_CONFIG_PATH is needed to build pygtk
Browse files Browse the repository at this point in the history
Closes #29.
  • Loading branch information
thomas committed Oct 18, 2018
1 parent 442af3f commit 8de22c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python-2.7.15-2.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ exec </dev/null
mkdir -p $PREFIX
cat >$PREFIX/profile <<-EOF
PATH=$PREFIX/bin:\$PATH
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig\${PKG_CONFIG_PATH:+:\$PKG_CONFIG_PATH}
export PKG_CONFIG_PATH
EOF
. $PREFIX/profile

Expand Down

0 comments on commit 8de22c3

Please sign in to comment.