summaryrefslogtreecommitdiff
path: root/pkg/libutp/gen.lua
blob: d184ec32074f8246d05eb09e6377074aa5ece63a (plain)
1
2
3
4
5
6
7
8
9
10
cflags{
	'-std=c99', '-Wall', '-Wpedantic',
	'-I $srcdir',
}

pkg.hdrs = copy('$outdir/include', '$srcdir', {'utp.h'})

lib('libutp.a', {'utp.c', 'utp_utils.c'})

fetch 'git'