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 (244B)


  1. cflags{
  2. '-std=c99', '-Wall', '-Wpedantic',
  3. '-D NDEBUG',
  4. '-isystem $builddir/pkg/lua/include',
  5. }
  6. pkg.deps = {'pkg/lua/headers'}
  7. lib('liblpeg.a', {
  8. 'lpvm.c',
  9. 'lpcap.c',
  10. 'lptree.c',
  11. 'lpcode.c',
  12. 'lpprint.c',
  13. 'lpcset.c',
  14. })
  15. fetch 'curl'