From 58de07629e035658b58862960194a00a0592a1e4 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 14 Jan 2023 08:35:41 +0100 Subject: [PATCH] submodules: add vendor/rangeless --- .gitmodules | 5 +++++ vendor/rangeless | 1 + 2 files changed, 6 insertions(+) create mode 160000 vendor/rangeless diff --git a/.gitmodules b/.gitmodules index c5dc809f..7b2f2bc9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,11 @@ url = https://github.com/upx/upx-vendor-lzma-sdk.git branch = upx-vendor shallow = true +[submodule "vendor/rangeless"] + path = vendor/rangeless + url = https://github.com/upx/upx-vendor-rangeless.git + branch = upx-vendor + shallow = true [submodule "vendor/ucl"] path = vendor/ucl url = https://github.com/upx/upx-vendor-ucl.git diff --git a/vendor/rangeless b/vendor/rangeless new file mode 160000 index 00000000..c283c97b --- /dev/null +++ b/vendor/rangeless @@ -0,0 +1 @@ +Subproject commit c283c97b47252e20ca0307f5a5641c490419e23b