diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:59:07 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:59:07 +1100 |
commit | 833d5a6f16ea09985ac57cb27de7b419a0762839 (patch) | |
tree | b43f1c0db450a03946dd45e6d820395c54a31fa2 | |
parent | f451382be546bd9372b8286a031308b089c8ddf5 (diff) | |
download | contrib-833d5a6f16ea09985ac57cb27de7b419a0762839.tar.gz contrib-833d5a6f16ea09985ac57cb27de7b419a0762839.tar.xz |
wxpython: hard code path to python to prevent virtual python issues
-rw-r--r-- | wxpython/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wxpython/Pkgfile b/wxpython/Pkgfile index 3a8238c98..50d55bf5f 100644 --- a/wxpython/Pkgfile +++ b/wxpython/Pkgfile @@ -17,7 +17,7 @@ build() { CFLAGS="$CFLAGS -fno-strict-aliasing" \ CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" - python setup.py \ + /usr/bin/python setup.py \ WXPORT=gtk2 \ UNICODE=1 \ BUILD_GLCANVAS=1 \ |