Skip to content

Commit c6cceb2

Browse files
committed
make compression._common a full-fledged package
1 parent 6677c2c commit c6cceb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/compression/_common/__init__.py

Whitespace-only changes.

Tools/freeze/test/freeze.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def prepare(script=None, outdir=None):
132132
ensure_opt(cmd, 'cache-file', os.path.join(outdir, 'python-config.cache'))
133133
prefix = os.path.join(outdir, 'python-installation')
134134
ensure_opt(cmd, 'prefix', prefix)
135+
ensure_opt(cmd, 'exec-prefix', prefix)
136+
ensure_opt(cmd, 'libdir', os.path.join(prefix, 'lib'))
135137
_run_quiet(cmd, cwd=builddir)
136138

137139
if not MAKE:

0 commit comments

Comments
 (0)