Commit 9e1eee46 authored by Éric Araujo's avatar Éric Araujo

Fix distutils test_install for shared CPython builds

parent b96da7b0
......@@ -202,6 +202,7 @@ class InstallTestCase(support.TempdirManager,
support.copy_xxmodule_c(project_dir)
buildcmd = build_ext(dist)
support.fixup_build_ext(buildcmd)
buildcmd.ensure_finalized()
buildcmd.run()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment