We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba1b31 commit 0394f8bCopy full SHA for 0394f8b
depends/install_libusb_vs2013.cmd
@@ -6,9 +6,9 @@ rmdir /s /q libusb_src libusb
6
git clone https://github.com/libusb/libusb.git libusb_src || exit /b
7
cd libusb_src
8
9
-git remote add joshblake https://github.com/JoshBlake/libusbx.git
10
-git fetch joshblake || exit /b
11
-git merge joshblake/winiso
+git remote add xlz https://github.com/xlz/libusb.git
+git fetch xlz || exit /b
+git merge xlz/winiso
12
13
set CONFIG=Release
14
msbuild msvc\libusb_dll_2013.vcxproj /p:Platform=x64 /p:Configuration=%CONFIG% /target:Rebuild
0 commit comments