diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-21 15:03:19 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-21 15:03:19 (GMT) |
commit | 8c973189b59ffd49ec5204e0afc3afed4654c7c8 (patch) | |
tree | 2a04b9732c3b472825c1a07a2920767dfec1b553 /Lib | |
parent | 6e3ad8736ec4efcc471b3db38279ab56b7f12bef (diff) | |
download | cpython-8c973189b59ffd49ec5204e0afc3afed4654c7c8.zip cpython-8c973189b59ffd49ec5204e0afc3afed4654c7c8.tar.gz cpython-8c973189b59ffd49ec5204e0afc3afed4654c7c8.tar.bz2 |
Fix distutils test_install for shared CPython builds
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/tests/test_install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/tests/test_install.py b/Lib/distutils/tests/test_install.py index 2133fa7..e065aa3 100644 --- a/Lib/distutils/tests/test_install.py +++ b/Lib/distutils/tests/test_install.py @@ -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() |