From c52d302f073ce38e44ac6444ca44af3f8c536bcd Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 13 Jan 2023 10:41:47 +0100 Subject: [PATCH] submodules: add vendor/zstd --- .gitmodules | 5 +++++ vendor/zstd | 1 + 2 files changed, 6 insertions(+) create mode 160000 vendor/zstd diff --git a/.gitmodules b/.gitmodules index 4fd590e4..c5dc809f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,8 @@ url = https://github.com/upx/upx-vendor-zlib.git branch = upx-vendor shallow = true +[submodule "vendor/zstd"] + path = vendor/zstd + url = https://github.com/upx/upx-vendor-zstd.git + branch = upx-vendor + shallow = true diff --git a/vendor/zstd b/vendor/zstd new file mode 160000 index 00000000..2eed0e3a --- /dev/null +++ b/vendor/zstd @@ -0,0 +1 @@ +Subproject commit 2eed0e3abae48b4839a73fc85a4061ff5735a88a