Menu

#41 usb.h is actually USB.h (case sensitive Macintosh file system)

3.0
open
nobody
None
2021-04-14
2021-04-14
JD Klein
No

In src/native/usb/osx/NativeUSBMacOSX.c, I had to change usb.h to USB.h on a case sensitive Mac file system to get it to compile on Mojave.

This will not affect most Macs because they default to case insensitive, but should probably be fixed because case sensitive is a valid file system choice.

Discussion


Log in to post a comment.