Skip to content

Commit 5b86a72

Browse files
committed
Update libusb build script for msvc 2015
libusb upstream has merged msvc 2015 support.
1 parent 981ded2 commit 5b86a72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

depends/install_libusb_vs2015.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ cd libusb_src
99
git remote add joshblake https://github.com/JoshBlake/libusbx.git
1010
git fetch joshblake || exit /b
1111
git merge joshblake/winiso
12-
git fetch origin pull/83/head:pr83 || exit /b
13-
git merge pr83
1412

1513
set CONFIG=Release
1614
msbuild msvc\libusb_dll_2015.vcxproj /p:Platform=x64 /p:Configuration=%CONFIG% /target:Rebuild

0 commit comments

Comments
 (0)