depends: Pass PYTHONPATH along to configure

This commit is contained in:
Cory Fields
2015-12-17 16:43:56 -05:00
committed by Luke Dashjr
parent e611b6e329
commit de619a37fd
3 changed files with 4 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ CXX="@CXX@"
OBJC="${CC}"
OBJCXX="${CXX}"
CCACHE=$prefix/native/bin/ccache
PYTHONPATH=$prefix/native/lib/python/dist-packages:$PYTHONPATH
if test -n "@AR@"; then
AR=@AR@