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


  1. cflags{'-std=c99', '-Wall', '-Wpedantic'}
  2. exe('pax', {'pax.c'})
  3. file('bin/pax', '755', '$outdir/pax')
  4. sub('host.ninja', function()
  5. set('outdir', '$outdir/host')
  6. toolchain(config.host)
  7. exe('pax', {'pax.c'})
  8. end)
  9. fetch 'git'