libusb1: fix Android build

This commit is contained in:
Alexandre Iooss
2024-11-02 17:01:20 +01:00
parent 8f2e90556c
commit a13ba9b366
@@ -4,7 +4,7 @@
, autoreconfHook
, doxygen
, pkg-config
, enableUdev ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic
, enableUdev ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isStatic && !stdenv.hostPlatform.isAndroid
, udev
, libobjc
, IOKit