mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(python<3.8).more()
This commit is contained in:
parent
94383445ce
commit
59d3daa57d
1 changed files with 5 additions and 1 deletions
|
@ -97,7 +97,11 @@ build:
|
|||
cd include
|
||||
mv python{{version.marketing}}$SUFFIX/* .
|
||||
rmdir python{{version.marketing}}$SUFFIX
|
||||
ln -s . python{{version.marketing}}$SUFFIX
|
||||
ln -s . python{{version.marketing}}
|
||||
# Keep the suffixed version if we started with one
|
||||
if test -n "$SUFFIX"; then
|
||||
ln -s . python{{version.marketing}}$SUFFIX
|
||||
fi
|
||||
|
||||
env:
|
||||
ARGS:
|
||||
|
|
Loading…
Reference in a new issue