File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ tasks.register('downloadLibzimSoAndHeaderFiles', Download) {
9393 libzim_base_url + ' libzim_android-arm64-' + libzim_version + ' .tar.gz' ,
9494 libzim_base_url + ' libzim_android-x86-' + libzim_version + ' .tar.gz' ,
9595 libzim_base_url + ' libzim_android-x86_64-' + libzim_version + ' .tar.gz' ,
96- libzim_base_url + ' libzim_linux-x86_64-manylinux- ' + libzim_version + ' .tar.gz'
96+ libzim_base_url + ' libzim_linux-x86_64-' + libzim_version + ' .tar.gz'
9797 ])
9898 dest buildDir
9999 overwrite true
@@ -114,7 +114,7 @@ tasks.register('unzipLibzim', Copy) {
114114 from tarTree(buildDir. path + " /libzim_android-x86_64-" + libzim_version + " .tar.gz" )
115115 into buildDir
116116 // unzip linux x86_64
117- from tarTree(buildDir. path + " /libzim_linux-x86_64-manylinux- " + libzim_version + " .tar.gz" )
117+ from tarTree(buildDir. path + " /libzim_linux-x86_64-" + libzim_version + " .tar.gz" )
118118 into buildDir
119119}
120120
@@ -155,7 +155,7 @@ tasks.register('copyLibzimHeaderAndSoFiles', Copy) {
155155
156156 copy {
157157 // copying linux_x86_64 so file
158- from buildDir. path + " /libzim_linux-x86_64-manylinux /lib/x86_64-linux-gnu/libzim.so." + getActualLibraryVersion(libzim_version)
158+ from buildDir. path + " /libzim_linux-x86_64/lib/x86_64-linux-gnu/libzim.so." + getActualLibraryVersion(libzim_version)
159159 into buildDir. path
160160 }
161161}
You can’t perform that action at this time.
0 commit comments