logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (213B)


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