Skip to content

Commit 5719511

Browse files
author
Ivan Dlugos
committed
update objectbox-c (test dependency) to v0.13.0
1 parent 811af32 commit 5719511

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

third_party/objectbox-c/get-objectbox-c.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
cVersion=0.12.0
4+
cVersion=0.13.0
55

66
scriptDir=$(dirname "${BASH_SOURCE[0]}")
77

@@ -15,8 +15,8 @@ export installLibrary=false
1515
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/main/download.sh) --quiet ${cVersion}
1616

1717
echo "******** Collecting artifacts ********"
18-
cp -rfv download/testing/*objectbox*/include ./
19-
cp -rfv download/testing/*objectbox*/lib ./
18+
cp -rfv download/*objectbox*/include ./
19+
cp -rfv download/*objectbox*/lib ./
2020
rm -rfv download
2121

2222
echo "Downloaded ObjectBox-C headers and library:"

0 commit comments

Comments
 (0)