File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Script used to download objectbox-c shared libraries for all supported platforms. Execute by running `make get-lib`
77# on first checkout of this repo and any time after changing the objectbox-c lib version.
88
9- version = "v0.21.0 " # see objectbox/c.py required_version
9+ version = "v0.21.1-alpha0 " # see objectbox/c.py required_version
1010variant = 'objectbox' # or 'objectbox-sync'
1111
1212base_url = "https://github.com/objectbox/objectbox-c/releases/download/"
@@ -49,6 +49,7 @@ def download(rel_path: str):
4949
5050 # Download the file from `url`, save it in a temporary directory and get the path to it (e.g. '/tmp/tmpb48zma')
5151 source_url = url_for (rel_path );
52+ print (f"URL { source_url } " )
5253 tmp_file , headers = urllib .request .urlretrieve (source_url )
5354
5455 # extract the file
You can’t perform that action at this time.
0 commit comments