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