X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fandroid%2Fsigrok-cross-android;h=1cbac7b072b21ea380a79e5506bcfa7941a4f96e;hp=0baf485df24c97f4487847100aeede45d77df0fe;hb=c548351bcbc43a8adee1e46ebedad6d5b5d5269d;hpb=6e15e874837b46516c75b64fd583415a636c00f8 diff --git a/cross-compile/android/sigrok-cross-android b/cross-compile/android/sigrok-cross-android index 0baf485..1cbac7b 100755 --- a/cross-compile/android/sigrok-cross-android +++ b/cross-compile/android/sigrok-cross-android @@ -56,7 +56,7 @@ mkdir $BUILDDIR cd $BUILDDIR # Build host Python before we start messing with the environment. -wget http://python.org/ftp/python/$VER_PYTHON/Python-3.3.3.tar.xz +wget http://python.org/ftp/python/$VER_PYTHON/Python-$VER_PYTHON.tar.xz tar xJf Python-$VER_PYTHON.tar.xz cd Python-$VER_PYTHON ./configure