dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

Fix compiler flag on macOS to include libusb #54

Closed tgtakaoka closed 6 years ago

tgtakaoka commented 6 years ago

This fixes the compilation error on utils/usbutil.c:22, 'usb.h' file not found.

In file included from util/usbutil.c:22:
util/usbutil.h:23:10: fatal error: 'usb.h' file not found
#include <usb.h>
         ^~~~~~~
1 error generated.
make: *** [util/usbutil.o] Error 1