fix(python<3.8).more()

This commit is contained in:
Jacob Heider 2023-04-18 16:23:33 -04:00
parent 94383445ce
commit 59d3daa57d
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -97,7 +97,11 @@ build:
cd include cd include
mv python{{version.marketing}}$SUFFIX/* . mv python{{version.marketing}}$SUFFIX/* .
rmdir python{{version.marketing}}$SUFFIX rmdir 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 ln -s . python{{version.marketing}}$SUFFIX
fi
env: env:
ARGS: ARGS: