Skip to content

Commit 257f368

Browse files
committed
move changes for freeze elsewhere
1 parent c6cceb2 commit 257f368

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/freeze/test/freeze.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ 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'))
137135
_run_quiet(cmd, cwd=builddir)
138136

139137
if not MAKE:

0 commit comments

Comments
 (0)