Skip to content

Commit 5c110a8

Browse files
committed
include archive instead of a folder
1 parent 1e6fbe8 commit 5c110a8

File tree

3,785 files changed

+1
-793114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,785 files changed

+1
-793114
lines changed

deps/build_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ make distclean
112112
make -j"$(nproc)"
113113
make install
114114

115-
cd /opt/lib/libxml2-2.14.3
115+
tar -xzf /opt/lib/libxml2-2.14.3.tar.gz -C /tmp && cd /tmp/libxml2-2.14.3
116116
./autogen.sh --prefix="$PREFIX" --disable-shared --enable-static --without-python --without-iconv --host="$CROSS_COMPILE"
117117
make -j"$(nproc)"
118118
make install

deps/libxml2-2.14.3.tar.gz

3.37 MB
Binary file not shown.

deps/libxml2-2.14.3/.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

deps/libxml2-2.14.3/.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

deps/libxml2-2.14.3/.gitignore

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)