Home
last modified time | relevance | path

Searched refs:WITH_PYTHON (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dbuild-gcc.sh78 WITH_PYTHON=
79 register_var_option "--with-python=<path/to/python-config.sh>" WITH_PYTHON "Specify python config s…
190 if [ ! -z "$WITH_PYTHON" ] ; then
191 if [ "$WITH_PYTHON" = "prebuilt" ] ; then
199 WITH_PYTHON="--with-python=$WITH_PYTHON_SCRIPT"
382 $WITH_PYTHON \
531 if [ -n "$WITH_PYTHON" -a "$MINGW" = "yes" ] ; then