summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2015-09-11 21:24:13 +0200
committerMichael Schwarz <michi.schwarz@gmail.com>2015-09-16 01:41:46 +0200
commit365d639ae4991fbd672abc0410f13c3754c61588 (patch)
tree837305bb64a6588707564dbb00f3d30b49b84459
parent4a1b8166e1263eadff3ae0580ba3780dfd0a0e86 (diff)
downloadpogojig-365d639ae4991fbd672abc0410f13c3754c61588.tar.gz
pogojig-365d639ae4991fbd672abc0410f13c3754c61588.tar.bz2
pogojig-365d639ae4991fbd672abc0410f13c3754c61588.zip
Ignore $PYTHONPATH.
We only use standard library features and thus can safely ignore PYTHONPATH.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a786c4..20f9fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ASYMPTOTE_EXPORTED_SVG_FILES :=
-include config.mk settings.mk
# Command to run the Python scripts.
-PYTHON_CMD := PYTHONPATH="support:$$PYTHONPATH" $(PYTHON)
+PYTHON_CMD := PYTHONPATH="support" $(PYTHON)
INKSCAPE_CMD := INKSCAPE=$(INKSCAPE) DXF_FLATNESS=$(DXF_FLATNESS) $(PYTHON_CMD) -m inkscape
OPENSCAD_CMD := OPENSCAD=$(OPENSCAD) $(PYTHON_CMD) -m openscad
ASYMPTOTE_CMD := ASYMPTOTE=$(ASYMPTOTE) $(PYTHON_CMD) -m asymptote