Skip to content

Commit 815a620

Browse files
committed
common-versions: enable bzip2 & libxml2 for win32
1 parent abf4646 commit 815a620

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

scripts/common-versions-source.sh

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ function build_versions()
3939
# http://zlib.net/fossils/
4040
build_zlib "1.2.12"
4141

42-
if [ "${TARGET_PLATFORM}" != "win32" ]
43-
then
44-
# https://sourceware.org/pub/bzip2/
45-
build_bzip2 "1.0.8"
46-
fi
42+
# https://sourceware.org/pub/bzip2/
43+
build_bzip2 "1.0.8"
4744

4845
# # https://github.com/facebook/zstd/releases
4946
build_zstd "1.5.2"
@@ -58,11 +55,8 @@ function build_versions()
5855
# http://www.ijg.org/files/
5956
build_jpeg "9e"
6057

61-
if [ "${TARGET_PLATFORM}" != "win32" ]
62-
then
63-
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
64-
build_libxml2 "2.10.2" # "2.9.14"
65-
fi
58+
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
59+
build_libxml2 "2.10.2" # "2.9.14"
6660

6761
# required by glib
6862
# https://ftp.gnu.org/pub/gnu/libiconv/

0 commit comments

Comments
 (0)