mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 13:34:37 -04:00
Fix typos on non-Linux OS's
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ else
|
||||
# Other OS's
|
||||
noinst_PROGRAMS = hidtest
|
||||
|
||||
hidtest_SOURCES = test.cpp
|
||||
hidtest_LDADD = $(srcdir)/../windows/libhidapi.la
|
||||
hidtest_SOURCES = hidtest.cpp
|
||||
hidtest_LDADD = $(srcdir)/../libusb/libhidapi.la
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user