]> granicus.if.org Git - handbrake/commitdiff
configure: Add python3.8.
authorBradley Sepos <bradley@bradleysepos.com>
Wed, 23 Oct 2019 17:12:18 +0000 (13:12 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Wed, 23 Oct 2019 17:12:18 +0000 (13:12 -0400)
configure

index 10399a9a0b9ffbb807a31e5f8298bb8a02099c85..5c870e1d7be164df3893369ad4d41b69af979493 100755 (executable)
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@ inpath()
 
 if ( inpath bash ); then
     pp=""
-    for p in python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python
+    for p in python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python
     do
         if ( inpath $p ); then
             pp="$p"