fix(python<3.6)

oops, missed this on x86*__*64.
This commit is contained in:
Jacob Heider 2023-07-07 18:49:32 -04:00
parent 43fe64cfe0
commit ac942a0128
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -82,8 +82,8 @@ build:
ARGS=${ARGS/--with-ensurepip/--without-ensurepip}
if: '>=3<3.8'
# 3.5 and older don't append the platform to confdir on darwin
- run: confdir="${confdir%-{{hw.platform}}}"
# 3.5 and older don't append the platform to confdir
- run: confdir="$libdir/config-{{version.marketing}}m"
if: '>=3<3.6'
# Older patches have configure issues that aren't present in newer patches