early-access version 1611
This commit is contained in:
18
externals/SDL/src/hidapi/libusb/Makefile-manual
vendored
Executable file
18
externals/SDL/src/hidapi/libusb/Makefile-manual
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
OS=$(shell uname)
|
||||
|
||||
ifeq ($(OS), Linux)
|
||||
FILE=Makefile.linux
|
||||
endif
|
||||
|
||||
ifeq ($(OS), FreeBSD)
|
||||
FILE=Makefile.freebsd
|
||||
endif
|
||||
|
||||
ifeq ($(FILE), )
|
||||
all:
|
||||
$(error Your platform ${OS} is not supported by hidapi/libusb at this time.)
|
||||
endif
|
||||
|
||||
include $(FILE)
|
||||
Reference in New Issue
Block a user