blob: 6a1b0ef83df9b3ade8b257ca906cfec20e745c67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
cflags{
'-std=c99', '-Wall', '-Wpedantic',
'-D _POSIX_C_SOURCE=200809L',
'-I $srcdir',
}
pkg.hdrs = copy('$outdir/include/libutp', '$srcdir', {'utp.h'})
lib('libutp.a', {'utp.c', 'utp_utils.c'})
fetch 'git'
|