mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 14:59:19 -05:00
Use hidapi-src/windows on MINGW as well as MSVC
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@ target_include_directories(hidapi PUBLIC hidapi-src/hidapi)
|
||||
|
||||
if(APPLE)
|
||||
target_sources(hidapi PRIVATE hidapi-src/mac/hid.c)
|
||||
elseif(MSVC)
|
||||
elseif(WIN32)
|
||||
target_sources(hidapi PRIVATE hidapi-src/windows/hid.c)
|
||||
else()
|
||||
find_package(LIBUDEV)
|
||||
|
||||
Reference in New Issue
Block a user