Skip to content
Snippets Groups Projects
Commit 29241ed1 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Prevent python from putting .pyc files into the source tree.

parent 20070ef7
No related branches found
No related tags found
1 merge request!11Consolidation with CDI-PIO (1.8.x)
......@@ -173,6 +173,7 @@ setup_python_vars=LIBTOOL="$(SHELL) $(abs_top_builddir)/libtool" \
INCFLAGS="-I.. -I$(abs_srcdir) -I$(abs_top_srcdir)/src" \
OPT= \
BASECFLAGS= \
PYTHONDONTWRITEBYTECODE=1 \
abs_srcdir='$(abs_srcdir)/python' ; \
abs_builddir='$(abs_builddir)' \
abs_builddir_python='$(abs_builddir)/python' \
......
......@@ -454,6 +454,7 @@ setup_python_vars = LIBTOOL="$(SHELL) $(abs_top_builddir)/libtool" \
INCFLAGS="-I.. -I$(abs_srcdir) -I$(abs_top_srcdir)/src" \
OPT= \
BASECFLAGS= \
PYTHONDONTWRITEBYTECODE=1 \
abs_srcdir='$(abs_srcdir)/python' ; \
abs_builddir='$(abs_builddir)' \
abs_builddir_python='$(abs_builddir)/python' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment