mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
- Issue #17029: Let h2py search the multiarch system include directory.
This commit is contained in:
commit
0c77bf757f
5 changed files with 18 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -684,6 +684,7 @@ BLDLIBRARY
|
|||
DLLLIBRARY
|
||||
LDLIBRARY
|
||||
LIBRARY
|
||||
MULTIARCH
|
||||
BUILDEXEEXT
|
||||
EGREP
|
||||
GREP
|
||||
|
|
@ -5351,6 +5352,9 @@ hp*|HP*)
|
|||
esac;;
|
||||
esac
|
||||
|
||||
MULTIARCH=$($CC --print-multiarch 2>/dev/null)
|
||||
|
||||
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY" >&5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue