naiveproxy: fix with python 2.x installed building
This commit is contained in:
parent
abb117d64e
commit
55a4471fc1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user