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