mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
- Issue #17029: Let h2py search the multiarch system include directory.
This commit is contained in:
parent
b09ec9b618
commit
4e63fbe04d
5 changed files with 19 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -686,6 +686,7 @@ BUILDEXEEXT
|
|||
EGREP
|
||||
GREP
|
||||
CPP
|
||||
MULTIARCH
|
||||
MAINCC
|
||||
CXX
|
||||
OBJEXT
|
||||
|
|
@ -4281,6 +4282,9 @@ $as_echo "$as_me: WARNING:
|
|||
" >&2;}
|
||||
fi
|
||||
|
||||
MULTIARCH=$($CC --print-multiarch 2>/dev/null)
|
||||
|
||||
|
||||
|
||||
# checks for UNIX variants that set C preprocessor variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue