diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 18:01:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 18:01:03 +0100 |
commit | d4b446db89ba29b844b1f05dc112bc8d5c573f4b (patch) | |
tree | 0f6bf55bd6514157374c11016fc537dfc6114a77 /mk/python.mk | |
parent | 1c2328a04fd17ddb2009d2f94ec075c7180e4ef5 (diff) | |
parent | c37b25dfca1079115418200bf39faa00b8e14012 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/python.mk')
-rw-r--r-- | mk/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/python.mk b/mk/python.mk index 933bd0065..1ef92e664 100644 --- a/mk/python.mk +++ b/mk/python.mk @@ -1,7 +1,7 @@ PYTHON_VERSION=2.7 ifeq ($(ADK_NATIVE),) PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib -PYTHON:=${STAGING_HOST_DIR}/usr/bin/hostpython +PYTHON:=${STAGING_HOST_DIR}/usr/bin/python else PYTHON_LIBDIR:=/usr/lib PYTHON:=/usr/bin/python |