Index: third_party/libusb/BUILD.gn |
diff --git a/third_party/libusb/BUILD.gn b/third_party/libusb/BUILD.gn |
index 837e53c213bb85796b39ef062f16014613f439b6..27761efa0da49b3694d425fe8ec0d6a94a3c4829 100644 |
--- a/third_party/libusb/BUILD.gn |
+++ b/third_party/libusb/BUILD.gn |
@@ -91,6 +91,10 @@ static_library("libusb") { |
if (is_win) { |
include_dirs += [ "src/msvc" ] |
+ sources -= [ |
+ "src/libusb/os/poll_posix.c", |
scottmg
2014/04/11 21:43:26
why aren't these filtered by the set_assignment_fi
brettw
2014/04/11 23:05:00
They're .c files. The filter only has .cc in it no
scottmg
2014/04/11 23:12:31
Ah, missed that. Makes sense I guess, but I feel l
|
+ "src/libusb/os/threads_posix.c", |
+ ] |
} else { |
include_dirs += [ "src" ] |
sources -= [ |