File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ unzip vips-dev-w64-web-${VERSION_VIPS}.zip
12
12
13
13
# Clean and zip
14
14
cd /vips/vips-dev-${VERSION_VIPS_MAJOR} .${VERSION_VIPS_MINOR}
15
- rm bin/libvips-cpp-42.dll bin/libgsf-win32-1-114.dll bin/libssp-0.dll
15
+ rm bin/libvips-cpp-42.dll
16
16
cp bin/* .dll lib/
17
17
18
18
# Create platform.json
19
- echo " \" ${PLATFORM} \" " > platform.json
19
+ printf " \" ${PLATFORM} \" " > platform.json
20
20
21
21
# Create versions.json
22
22
curl -LO https://raw.githubusercontent.com/lovell/build-win64/v${VERSION_VIPS} /${VERSION_VIPS_MAJOR} .${VERSION_VIPS_MINOR} /vips.modules
23
23
version_of () {
24
- xmllint --xpath " string(/moduleset/autotools[@id='$1 ']/branch/@version | /moduleset/cmake[@id='$1 ']/branch/@version)" vips.modules
24
+ xmllint --xpath " string(/moduleset/autotools[@id='$1 ']/branch/@version | /moduleset/cmake[@id='$1 ']/branch/@version | /moduleset/meson[@id=' $1 ']/branch/@version )" vips.modules
25
25
}
26
- echo " {\n\
26
+ printf " {\n\
27
27
\" cairo\" : \" $( version_of cairo) \" ,\n\
28
28
\" croco\" : \" $( version_of libcroco) \" ,\n\
29
29
\" exif\" : \" $( version_of libexif) \" ,\n\
You can’t perform that action at this time.
0 commit comments