Merge pull request #267920 from Artturin/fixmingwlibusb
This commit is contained in:
commit
34e708e2d1
@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dontDisableStatic = withStatic;
|
||||
|
||||
# libusb-1.0.rc:11: fatal error: opening dependency file .deps/libusb-1.0.Tpo: No such file or directory
|
||||
dontAddDisableDepTrack = stdenv.hostPlatform.isWindows;
|
||||
|
||||
configureFlags =
|
||||
lib.optional (!enableUdev) "--disable-udev"
|
||||
++ lib.optional (withExamples) "--enable-examples-build";
|
||||
|
Loading…
Reference in New Issue
Block a user