mirror of
https://github.com/oasislinux/oasis.git
synced 2026-03-28 10:53:29 +01:00
12 lines
213 B
Lua
12 lines
213 B
Lua
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'
|