File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,10 +175,9 @@ def _get_xxmodule_path():
175175def fixup_build_ext (cmd ):
176176 """Function needed to make build_ext tests pass.
177177
178- When Python was build with --enable-shared on Unix, -L. is not good
179- enough to find the libpython<blah>.so. This is because regrtest runs
180- it under a tempdir, not in the top level where the .so lives. By the
181- time we've gotten here, Python's already been chdir'd to the tempdir.
178+ When Python was built with --enable-shared on Unix, -L. is not enough to
179+ find libpython<blah>.so, because regrtest runs in a tempdir, not in the
180+ source directory where the .so lives.
182181
183182 When Python was built with in debug mode on Windows, build_ext commands
184183 need their debug attribute set, and it is not done automatically for
You can’t perform that action at this time.
0 commit comments