Skip to content

Commit b3a44a4

Browse files
committed
disable creation of __pycache__ directory in distcheck
1 parent 776b785 commit b3a44a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ ENV = env \
6666
SHLIB_PATH=$${SHLIB_PATH}:$(abs_top_builddir)/bindings/ruby/ext:$(abs_top_builddir)/bindings/java/.libs:$(abs_top_builddir)/bindings/python:$(abs_top_builddir)/src/.libs:$(abs_top_builddir)/src/openssl \
6767
LIBPATH=$${LIBPATH}:$(abs_top_builddir)/bindings/ruby/ext:$(abs_top_builddir)/bindings/java/.libs:$(abs_top_builddir)/bindings/python:$(abs_top_builddir)/src/.libs:$(abs_top_builddir)/src/openssl \
6868
PYTHONPATH=$(abs_top_builddir)/bindings/python \
69+
PYTHONDONTWRITEBYTECODE=1 \
6970
RUBYLIB=$(abs_top_builddir)/bindings/ruby/ext
7071

7172
test-eactest:

0 commit comments

Comments
 (0)