naiveproxy: fix with python 2.x installed building

This commit is contained in:
coolsnowwolf 2022-09-04 19:31:02 +08:00 committed by sbwml
parent abb117d64e
commit 55a4471fc1

View File

@ -122,7 +122,7 @@ define Build/Configure
. ../init_env.sh "$(ARCH)" $(CPU_TYPE) $(CPU_SUBTYPE) "$(TOOLCHAIN_DIR)" ; \ . ../init_env.sh "$(ARCH)" $(CPU_TYPE) $(CPU_SUBTYPE) "$(TOOLCHAIN_DIR)" ; \
export naive_flags+=" $$$${naive_ccache_flags}" ; \ export naive_flags+=" $$$${naive_ccache_flags}" ; \
mkdir -p "out" ; \ 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 ; \ popd ; \
) )
endef endef