mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #18093: Create Programs directory in build location for
out-of-tree builds.
This commit is contained in:
parent
b27d3a2d21
commit
0db50cf7eb
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -15351,7 +15351,7 @@ do
|
|||
done
|
||||
|
||||
|
||||
SRCDIRS="Parser Grammar Objects Python Modules Mac"
|
||||
SRCDIRS="Parser Grammar Objects Python Modules Mac Programs"
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
|
||||
$as_echo_n "checking for build directories... " >&6; }
|
||||
for dir in $SRCDIRS; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue