mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 22:33:38 +03:00
fix
This commit is contained in:
parent
9ce5b852b8
commit
ab660be90a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [ ! "$target_cpu" ]; then
|
|||
target_cpu="$host_cpu"
|
||||
fi
|
||||
|
||||
if which python3 2>/dev/null; then
|
||||
if which python3 >/dev/null 2>/dev/null; then
|
||||
PYTHON=python3
|
||||
else
|
||||
PYTHON=python
|
||||
|
|
Loading…
Add table
Reference in a new issue