File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments