mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
11 lines
306 B
PkgConfig
11 lines
306 B
PkgConfig
prefix=c:/libusb
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/MinGW64/static
|
|
includedir=${prefix}/include
|
|
|
|
Name: libusb-1.0
|
|
Description: C API for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Solaris userspace
|
|
Version: 1.0.18
|
|
Libs: -L${libdir} -lusb-1.0
|
|
Cflags: -I${includedir}/libusb-1.0
|