gen.lua (213B)
- 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'
git clone https://anongit.hacktivis.me/git/oasis.git
gen.lua (213B)
- 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'