mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 21:06:12 +03:00
fix
This commit is contained in:
parent
9ce5b852b8
commit
ab660be90a
@ -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…
Reference in New Issue
Block a user