Fixed mac build referencing wrong header

This commit is contained in:
dando92
2025-03-27 22:36:29 -07:00
committed by teejusb
parent c550f21824
commit 5d1383572d
+1 -1
View File
@@ -3,7 +3,7 @@ set(HIDAPI_HPP "hidapi/hidapi/hidapi.h")
if(APPLE)
set(HIDAPI_SRC "hidapi/mac/hid.c")
list(APPEND HIDAPI_HPP
"hidapi/windows/hidapi_darwin.h")
"hidapi/mac/hidapi_darwin.h")
endif()
if(WIN32)