Skip to content

Commit 0394f8b

Browse files
committed
build: Update libusb build script for VS2013
1 parent 6ba1b31 commit 0394f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/install_libusb_vs2013.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ rmdir /s /q libusb_src libusb
66
git clone https://github.com/libusb/libusb.git libusb_src || exit /b
77
cd libusb_src
88

9-
git remote add joshblake https://github.com/JoshBlake/libusbx.git
10-
git fetch joshblake || exit /b
11-
git merge joshblake/winiso
9+
git remote add xlz https://github.com/xlz/libusb.git
10+
git fetch xlz || exit /b
11+
git merge xlz/winiso
1212

1313
set CONFIG=Release
1414
msbuild msvc\libusb_dll_2013.vcxproj /p:Platform=x64 /p:Configuration=%CONFIG% /target:Rebuild

0 commit comments

Comments
 (0)