forked from analogdevicesinc/libiio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix analogdevicesinc#336, make sure libusb can be found on FreeBSD va…
…riants FreeBSD doesn't call it libusb-1,0 like linux does - it calls it libusb and just installs it into /usr/include/*, not /usr/include/libusb-1.0/* like Linux, Apple and Windows does... so handle these differences. Tested on FreeBSD 12.1 (Release) & Debian 10 (Buster) Signed-off-by: Robin Getz [email protected]
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters