From fa42ca20216dd152fefe3c65250fea886e2f374d Mon Sep 17 00:00:00 2001 From: zhoujiale Date: Sun, 19 Jul 2026 22:48:13 +0800 Subject: [PATCH] [libxml2]Add libxml2 library --- .gitmodules | 3 +++ libxml2/libxml2 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libxml2/libxml2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8b66306 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libxml2"] + path = libxml2/libxml2 + url = https://gitlab.gnome.org/GNOME/libxml2.git diff --git a/libxml2/libxml2 b/libxml2/libxml2 new file mode 160000 index 0000000..c8eaf22 --- /dev/null +++ b/libxml2/libxml2 @@ -0,0 +1 @@ +Subproject commit c8eaf2236ff16667970f96f3f01e119c99d38ab2