mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Use delocate-merge
over deprecated delocate-fuse
This commit is contained in:
parent
905f01d440
commit
cbb63afcd7
@ -50,10 +50,8 @@ if [ "$OS" = "macos" ]; then
|
||||
poetry run pip download -r $HELPER/pillow.txt --platform macosx_10_10_x86_64 --only-binary :all: --no-deps --dest $HELPER
|
||||
poetry run pip download -r $HELPER/pillow.txt --platform macosx_11_0_arm64 --only-binary :all: --no-deps --dest $HELPER
|
||||
poetry run pip install delocate
|
||||
poetry run delocate-fuse $HELPER/pillow*.whl
|
||||
WHL=$(ls $HELPER/pillow*x86_64.whl)
|
||||
UNIVERSAL_WHL=${WHL//x86_64/universal2}
|
||||
mv $WHL $UNIVERSAL_WHL
|
||||
poetry run delocate-merge $HELPER/pillow*.whl
|
||||
UNIVERSAL_WHL=$(ls $HELPER/pillow*universal2.whl)
|
||||
poetry run pip install --upgrade $UNIVERSAL_WHL
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user