mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
13 lines
229 B
Lua
13 lines
229 B
Lua
cflags{'-std=c99', '-Wall', '-Wpedantic'}
|
|
|
|
exe('pax', {'pax.c'})
|
|
file('bin/pax', '755', '$outdir/pax')
|
|
|
|
sub('host.ninja', function()
|
|
set('outdir', '$outdir/host')
|
|
toolchain(config.host)
|
|
exe('pax', {'pax.c'})
|
|
end)
|
|
|
|
fetch 'git'
|