mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(python<3.6)
oops, missed this on x86*__*64.
This commit is contained in:
parent
43fe64cfe0
commit
ac942a0128
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue