diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index fa0d08cbe..2aaf623e4 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -122,7 +122,7 @@ define Build/Configure . ../init_env.sh "$(ARCH)" $(CPU_TYPE) $(CPU_SUBTYPE) "$(TOOLCHAIN_DIR)" ; \ export naive_flags+=" $$$${naive_ccache_flags}" ; \ mkdir -p "out" ; \ - ./gn/out/gn gen "out/Release" --args="$$$${naive_flags}" --script-executable="$(PYTHON)" ; \ + ./gn/out/gn gen "out/Release" --args="$$$${naive_flags}" --script-executable="python3" ; \ popd ; \ ) endef