Skip to content

Commit

Permalink
meson.build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kartashev committed Nov 26, 2020
1 parent 2288f6c commit 714971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('rigolutils', ['c', 'cpp'], default_options : ['c_std=c99'])


libusb_dep = dependency('libusb-1.0')
libusb_dep = dependency('libusb-1.0', required: false)
if not libusb_dep.found()
message('Using bundled libusb')
libusb = subproject('libusb')
Expand Down

0 comments on commit 714971c

Please sign in to comment.