Skip to content

Commit

Permalink
fix ios
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Apr 12, 2023
1 parent 0e59d3f commit 20aea49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/tools/depsort.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python2
#! /usr/bin/env python3

import argparse
import sys
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-test/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
},
{
"name": "libspatialite",
"version-string": "5.0.1#7"
"version-string": "5.0.1#11"
},
{
"name": "protobuf",
Expand Down
4 changes: 2 additions & 2 deletions versions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export MD5_curl=3b2d1ed46e8f1786a5559179411e48eb

# only on iOS to get includes for libQt6Bundled_Poly2Tri.a
export VERSION_poly2tri=${QT_VERSION}
export URL_poly2tri=https://download.qt.io/archive/qt/6.4/${QT_VERSION}/submodules/qtpositioning-everywhere-src-${QT_VERSION}.zip
export MD5_poly2tri=cc14003ab2e85c2951c3a7897d2cae38
export URL_poly2tri=https://download.qt.io/archive/qt/6.5/${QT_VERSION}/submodules/qtpositioning-everywhere-src-${QT_VERSION}.zip
export MD5_poly2tri=2b1a4107fd85b754aaee6ab43b5f6b89

export VERSION_webp=1.1.0
export URL_webp=https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-${VERSION_webp}.tar.gz
Expand Down

0 comments on commit 20aea49

Please sign in to comment.