Skip to content

Commit

Permalink
libusb: Add more env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Nov 12, 2023
1 parent 324772d commit 77a64eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bucket/libusb.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
"64bit": {
"env_set": {
"LIBUSB_LIBRARIES": "$dir\\VS2015-x64\\lib",
"LibUSB_LIBDIR": "$dir\\VS2015-x64\\lib",
"LibUSB_INCDIR": "libusb-MinGW-x64\\include\\libusb-1.0",
"LIBUSB_INCLUDE_DIRS": "libusb-MinGW-x64\\include\\libusb-1.0"
}
},
"32bit": {
"env_set": {
"LIBUSB_LIBRARIES": "$dir\\VS2015-Win32\\lib",
"LibUSB_LIBDIR": "$dir\\VS2015-Win32\\lib",
"LibUSB_INCDIR": "libusb-MinGW-Win32\\include\\libusb-1.0",
"LIBUSB_INCLUDE_DIRS": "libusb-MinGW-Win32\\include\\libusb-1.0"
}
}
Expand Down

0 comments on commit 77a64eb

Please sign in to comment.