mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Fix distutils test_install for shared CPython builds
This commit is contained in:
parent
6b32ecff20
commit
a031abc166
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ class InstallTestCase(support.TempdirManager,
|
||||||
support.copy_xxmodule_c(project_dir)
|
support.copy_xxmodule_c(project_dir)
|
||||||
|
|
||||||
buildcmd = build_ext(dist)
|
buildcmd = build_ext(dist)
|
||||||
|
support.fixup_build_ext(buildcmd)
|
||||||
buildcmd.ensure_finalized()
|
buildcmd.ensure_finalized()
|
||||||
buildcmd.run()
|
buildcmd.run()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue