summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
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)
commita031abc166e2426a90d838a8106abe3148965404 (patch)
treefdb00723ec830414403b1b7c2a4fe816c867aafc /Lib/distutils
parent6b32ecff20b75ff63396daf6a0cda25d8462fc87 (diff)
downloadcpython-a031abc166e2426a90d838a8106abe3148965404.zip
cpython-a031abc166e2426a90d838a8106abe3148965404.tar.gz
cpython-a031abc166e2426a90d838a8106abe3148965404.tar.bz2
Fix distutils test_install for shared CPython builds
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/tests/test_install.py1
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()