We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f679081 commit 29b0816Copy full SHA for 29b0816
1 file changed
ResourceManager.cpp
@@ -1239,6 +1239,7 @@ void ResourceManager::DetectDevicesThreadFunction()
1239
| Reset current device pointer to first device |
1240
\*-------------------------------------------------*/
1241
#ifdef __linux__
1242
+#ifdef __GLIBC__
1243
LOG_INFO("------------------------------------------------------");
1244
LOG_INFO("| Detecting libusb HID devices |");
1245
@@ -1352,6 +1353,7 @@ void ResourceManager::DetectDevicesThreadFunction()
1352
1353
1354
wrapper.hid_free_enumeration(hid_devices);
1355
}
1356
+#endif
1357
#endif
1358
1359
/*-------------------------------------------------*\
0 commit comments