From 1ba2bdab2178198238714f6b18923e8a56a945bf Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 2 Jun 2022 20:21:07 +0400 Subject: [PATCH] Use python3 in macOS configure script. --- Telegram/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/configure.sh b/Telegram/configure.sh index 0f87909a1..c550d988c 100755 --- a/Telegram/configure.sh +++ b/Telegram/configure.sh @@ -5,6 +5,6 @@ pushd `dirname $0` > /dev/null FullScriptPath=`pwd` popd > /dev/null -python $FullScriptPath/configure.py "$@" +python3 $FullScriptPath/configure.py "$@" exit