]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/android/sigrok-cross-android
sigrok-cross-android: Add missing $VER_PYTHON.
[sigrok-util.git] / cross-compile / android / sigrok-cross-android
index 0baf485df24c97f4487847100aeede45d77df0fe..1cbac7b072b21ea380a79e5506bcfa7941a4f96e 100755 (executable)
@@ -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