Browse Source

externals: Untrack non-upstream variant of libusb

We shouldn't be tracking personal forks of repositories when upstream
can be managed directly.
nce_cpp
Lioncash 5 years ago
parent
commit
a90b1235ad
  1. 3
      .gitmodules
  2. 1
      externals/libusb

3
.gitmodules

@ -34,9 +34,6 @@
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "externals/libusb"]
path = externals/libusb
url = https://github.com/ameerj/libusb
[submodule "opus"]
path = externals/opus/opus
url = https://github.com/xiph/opus.git

1
externals/libusb

@ -1 +0,0 @@
Subproject commit 3406d72cda879f8792a88bf5f6bd0b7a65636f72
Loading…
Cancel
Save