mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
2616192af3
When on Linux and using libusb from Externals, and with libudev available, an "undefined reference" error message appears at link time. This is due to a wrong define being set in CMake for libusb with libudev. This causes the code for netlink being used instead of the correct code for libudev support. Fix the issue by setting the correct define so the correct libusb code is used.