Skip to content

Commit

Permalink
disable creation of __pycache__ directory in distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jun 8, 2023
1 parent 776b785 commit b3a44a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ENV = env \
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 \
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 \
PYTHONPATH=$(abs_top_builddir)/bindings/python \
PYTHONDONTWRITEBYTECODE=1 \
RUBYLIB=$(abs_top_builddir)/bindings/ruby/ext

test-eactest:
Expand Down

0 comments on commit b3a44a4

Please sign in to comment.