From af930bc733977eb34376882c592e4418a681df9c Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 22 Apr 2022 07:05:41 -0700 Subject: [PATCH] make libusb submodule shallow --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 8d7cfa8287..696e6e3d7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,5 @@ [submodule "libusb"] path = Externals/libusb/libusb url = https://github.com/libusb/libusb.git + branch = master + shallow = true