Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/build/jam/
H A DHdsSchemaGenRules48 $(HOST_PYTHON) $(2[2]) -i $(2[1]) --outputdirectory $(2[3])
71 $(HOST_PYTHON) $(2[2]) -i $(2[1]) --outputdirectory $(2[3])
94 $(HOST_PYTHON) $(2[2]) -i $(2[1]) --outputdirectory $(2[3])
/haiku/
H A Dconfigure573 CC\=*|HAIKU*\=*|JAMSHELL\=*|HOST_PYTHON\=*)
1168 HOST_PYTHON ?= ${HOST_PYTHON} ;
/haiku/build/jam/
H A DBuildSetup528 if ! $(HOST_PYTHON) {
529 Echo "HOST_PYTHON variable not defined --> will default to 'python'" ;
530 HOST_PYTHON ?= "python" ;