mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 19:38:45 +00:00
Use self-building dependencies and update the code with imagemagick. (#1053)
This commit is contained in:
6
dependencies/prepare.sh
vendored
6
dependencies/prepare.sh
vendored
@@ -10,10 +10,10 @@ TARGETVARIANT="$(echo $TARGETPLATFORM | cut -d"/" -f3)"
|
||||
DEBIAN_ARCH=$TARGETARCH
|
||||
if [ "$TARGETARCH" = "arm" ]
|
||||
then
|
||||
DEBIAN_ARCH=armhf
|
||||
if [ "$TARGETVARIANT" = "v5" ]
|
||||
DEBIAN_ARCH=armel
|
||||
if [ "$TARGETVARIANT" = "v7" ]
|
||||
then
|
||||
DEBIAN_ARCH=armel
|
||||
DEBIAN_ARCH=armhf
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user