From: iceman1001 Date: Fri, 20 Jan 2017 18:25:42 +0000 (+0100) Subject: FIX: the HID-Flasher depends on libusb to be able to compile On OSX the 'include... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/360a5b1b3c94d75716ea422dbaa267d8ab39b9de?ds=sidebyside;hp=360a5b1b3c94d75716ea422dbaa267d8ab39b9de FIX: the HID-Flasher depends on libusb to be able to compile On OSX the 'include paths' is different when using homebrew. This project compiles on Ubuntu with libusb-dev installed. Lets see if it compiles on OSX.... ---