Skip to content

Commit 57fb755

Browse files
committed
Latest libzim nigthly is build on bionic.
1 parent ce1f216 commit 57fb755

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ task downloadLibzimSoAndHeaderFiles(type: Download) {
8686
libzim_base_url + '/libzim_android-arm64.tar.gz',
8787
libzim_base_url + '/libzim_android-x86.tar.gz',
8888
libzim_base_url + '/libzim_android-x86_64.tar.gz',
89-
libzim_base_url + '/libzim_linux-x86_64.tar.gz'
89+
libzim_base_url + '/libzim_linux-x86_64-bionic.tar.gz'
9090
])
9191
dest buildDir
9292
overwrite true
@@ -106,7 +106,7 @@ task unzipLibzim(type: Copy) {
106106
from tarTree(buildDir.path + "/libzim_android-x86_64.tar.gz")
107107
into buildDir
108108
// unzip linux x86_64
109-
from tarTree(buildDir.path + "/libzim_linux-x86_64.tar.gz")
109+
from tarTree(buildDir.path + "/libzim_linux-x86_64-bionic.tar.gz")
110110
into buildDir
111111
}
112112

@@ -147,8 +147,8 @@ task copyLibzimHeaderAndSoFiles(type: Copy) {
147147

148148
copy {
149149
// copying linux_x86_64 so file
150-
project.ext.set("libzim_version", getFileFromFolder(buildDir.path + "/libzim_linux-x86_64/lib/x86_64-linux-gnu/"))
151-
from buildDir.path + "/libzim_linux-x86_64/lib/x86_64-linux-gnu/" + libzim_version
150+
project.ext.set("libzim_version", getFileFromFolder(buildDir.path + "/libzim_linux-x86_64-bionic/lib/x86_64-linux-gnu/"))
151+
from buildDir.path + "/libzim_linux-x86_64-bionic/lib/x86_64-linux-gnu/" + libzim_version
152152
into buildDir.path
153153
}
154154
}

0 commit comments

Comments
 (0)