diff --git a/tools/objc/libtool.sh b/tools/objc/libtool.sh index 94219e2bbca817..0d8f643884e733 100755 --- a/tools/objc/libtool.sh +++ b/tools/objc/libtool.sh @@ -62,9 +62,9 @@ function hash_objfile() { echo "$SYMLINK_NAME" } -python_executable=/usr/bin/python2.7 +python_executable=/usr/bin/python3 if [[ ! -x "$python_executable" ]]; then - python_executable=python + python_executable=python3 fi ARGS=()