mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-22 05:16: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"
|
target_cpu="$host_cpu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if which python3 2>/dev/null; then
|
if which python3 >/dev/null 2>/dev/null; then
|
||||||
PYTHON=python3
|
PYTHON=python3
|
||||||
else
|
else
|
||||||
PYTHON=python
|
PYTHON=python
|
||||||
|
Loading…
Reference in New Issue
Block a user