File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1239,6 +1239,7 @@ void ResourceManager::DetectDevicesThreadFunction()
1239
1239
| Reset current device pointer to first device |
1240
1240
\*-------------------------------------------------*/
1241
1241
#ifdef __linux__
1242
+ #ifdef __GLIBC__
1242
1243
LOG_INFO (" ------------------------------------------------------" );
1243
1244
LOG_INFO (" | Detecting libusb HID devices |" );
1244
1245
LOG_INFO (" ------------------------------------------------------" );
@@ -1352,6 +1353,7 @@ void ResourceManager::DetectDevicesThreadFunction()
1352
1353
\*-------------------------------------------------*/
1353
1354
wrapper.hid_free_enumeration (hid_devices);
1354
1355
}
1356
+ #endif
1355
1357
#endif
1356
1358
1357
1359
/* -------------------------------------------------*\
You can’t perform that action at this time.
0 commit comments