mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #28066: Merge srcdir fix from 3.5
This commit is contained in:
commit
11a86ffe5e
3 changed files with 5 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -2679,7 +2679,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||
|
||||
|
||||
|
||||
if test "$abs_srcdir" != "$abs_builddir"; then
|
||||
if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then
|
||||
# If we're building out-of-tree, we need to make sure the following
|
||||
# resources get picked up before their $srcdir counterparts.
|
||||
# Objects/ -> typeslots.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue