mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
15 lines
296 B
Lua
15 lines
296 B
Lua
cflags{
|
|
'-I include',
|
|
'-I $dir',
|
|
'-I $srcdir/libusb',
|
|
}
|
|
|
|
pkg.hdrs = copy('$outdir/include', '$srcdir/libusb', {'libusb.h'})
|
|
|
|
lib('libusb-1.0.a', [[libusb/(
|
|
core.c descriptor.c hotplug.c io.c strerror.c sync.c
|
|
os/(poll_posix.c threads_posix.c linux_usbfs.c linux_netlink.c)
|
|
)]])
|
|
|
|
fetch 'git'
|