summaryrefslogtreecommitdiff
path: root/build/find_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/find_python.sh')
-rwxr-xr-xbuild/find_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/find_python.sh b/build/find_python.sh
index 0c4b609..61601f3 100755
--- a/build/find_python.sh
+++ b/build/find_python.sh
@@ -23,7 +23,7 @@
# Required version of Python
# Python 2.0 = 0x2000000
# Python 2.4 = 0x2040000
-VERSION=${1:-0x2040000}
+VERSION=${1:-0x2050000}
for pypath in "$PYTHON" "$PYTHON2" "$PYTHON3" python python2 python3; do
if [ "x$pypath" != "x" ]; then