summaryrefslogtreecommitdiff
path: root/mk/python.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 13:48:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 13:48:31 +0100
commit091853fb61e56b30e7d069a921d81ab6715a9dd8 (patch)
treea74acdcbeada27aeb4a20630bd7abc750954758d /mk/python.mk
parent0cefe8a1ad706687651dd1e3e1f9319856142740 (diff)
parent3f8e6e157f3183d1af9ce7933b99ff8b3d5e3c20 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/python.mk')
-rw-r--r--mk/python.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/python.mk b/mk/python.mk
index 1ef92e664..56008760a 100644
--- a/mk/python.mk
+++ b/mk/python.mk
@@ -1,8 +1,3 @@
PYTHON_VERSION=2.7
-ifeq ($(ADK_NATIVE),)
PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib
PYTHON:=${STAGING_HOST_DIR}/usr/bin/python
-else
-PYTHON_LIBDIR:=/usr/lib
-PYTHON:=/usr/bin/python
-endif