Skip to content

Commit

Permalink
Merge pull request #187 from spacedriveapp/renovate/bblanchon-pdfium-…
Browse files Browse the repository at this point in the history
…binaries-6886.x
  • Loading branch information
HeavenVolkoff authored Dec 13, 2024
2 parents af7728f + cf99289 commit 22c3fca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stages/99-pdfium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Download pdfium..."
mkdir -p pdfium

# renovate: datasource=github-releases depName=bblanchon/pdfium-binaries versioning=semver-coerced
_tag='6858'
_tag='6886'
case "$TARGET" in
x86_64-windows*)
_name='win-x64'
Expand Down Expand Up @@ -34,20 +34,20 @@ case "$TARGET" in
if [ "$OS_IPHONE" -eq 0 ]; then
_name='mac-x64'
elif [ "$OS_IPHONE" -eq 1 ]; then
_name='ios-x64'
else
echo "There is no libpdfium pre-built for iOS simulator" >&2
echo "There is no libpdfium pre-built for iOS x64" >&2
export UNSUPPORTED=1
exit 1
else
_name='ios-simulator-x64'
fi
;;
aarch64-darwin*)
if [ "$OS_IPHONE" -eq 0 ]; then
_name='mac-arm64'
elif [ "$OS_IPHONE" -eq 1 ]; then
_name='ios-arm64'
_name='ios-device-arm64'
else
echo "There is no libpdfium pre-built for iOS simulator" >&2
echo "There is no libpdfium pre-built for iOS simulator arm64" >&2
export UNSUPPORTED=1
exit 1
fi
Expand Down

0 comments on commit 22c3fca

Please sign in to comment.