darwin: Fix Makefile build on macOS 10.11 and older
authorTormod Volden <debian.tormod@gmail.com>
Wed, 23 Mar 2022 08:34:00 +0000 (09:34 +0100)
committerTormod Volden <debian.tormod@gmail.com>
Wed, 23 Mar 2022 23:30:35 +0000 (00:30 +0100)
commit780044d4e4248da81046063bac9cdd4721de8af5
tree948dd24909f3370a8a22ad3f1ea089284d046ecd
parent8102b7576c52b10f5806f785884e5cf3a4fb4a40
darwin: Fix Makefile build on macOS 10.11 and older

TARGET_OS_OSX is not defined when building with the clang 8 provided by
Xcode 8.2.1 on 10.11.5 (unless the Xcode project is used).

If it is not defined we'll just assume we have a "OSX" target.

Closes #1097

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
libusb/os/darwin_usb.c
libusb/version_nano.h