summaryrefslogtreecommitdiffstats
path: root/rules/js.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-08-15 09:42:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-08-15 12:16:19 +0200
commit48c96e2fc70e9ed4f0b2b57319df4fe4e081472a (patch)
treed148b1dd98058ac344aadfb3d9f77b5f31ab6342 /rules/js.make
parentbe92f32566a12ec8fa33f61ab870fb90a3f2502f (diff)
downloadptxdist-48c96e2fc70e9ed4f0b2b57319df4fe4e081472a.tar.gz
ptxdist-48c96e2fc70e9ed4f0b2b57319df4fe4e081472a.tar.xz
js: make sure the system python is used
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/js.make')
-rw-r--r--rules/js.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/js.make b/rules/js.make
index 8ab7409a9..f92713286 100644
--- a/rules/js.make
+++ b/rules/js.make
@@ -35,6 +35,11 @@ JS_LICENSE := MPL-2.0
#
# autoconf
#
+
+JS_CONF_ENV := \
+ $(CROSS_ENV) \
+ PYTHON=python
+
# $(JS_SUBDIR)/configure.in:
# In Mozilla, we use the names $target, $host and $build incorrectly, but are
# too far gone to back out now. See Bug 475488: