diff options
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ WAF=./buildtools/bin/waf JOBS=1 export JOBS +# Make sure we don't have any library preloaded. +unset LD_PRELOAD + cd . || exit 1 ${PYTHON:=python} $WAF configure "$@" || exit 1 cd $PREVPATH |