repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update to 3.1.5
[openadk.git]
/
mk
/
python.mk
blob
933bd0065b6dbe768ac7559f237f1a9b289ef2e2
1
PYTHON_VERSION
=
2.7
2
ifeq
($(
ADK_NATIVE
),)
3
PYTHON_LIBDIR
:=$(
STAGING_HOST_DIR
)/
usr
/
lib
4
PYTHON
:=${
STAGING_HOST_DIR
}/
usr
/
bin
/
hostpython
5
else
6
PYTHON_LIBDIR
:=/
usr
/
lib
7
PYTHON
:=/
usr
/
bin
/
python
8
endif