mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 16:13:48 -07:00
10 lines
306 B
PkgConfig
10 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
|