mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
14 lines
220 B
Lua
14 lines
220 B
Lua
cflags{
|
|
'-std=c99', '-Wall',
|
|
'-I $builddir/pkg/ncurses/include',
|
|
}
|
|
|
|
lib('libtermkey.a', {
|
|
'termkey.c',
|
|
'driver-csi.c',
|
|
'driver-ti.c',
|
|
'$builddir/pkg/ncurses/libncurses.a',
|
|
}, {'pkg/ncurses/headers'})
|
|
|
|
fetch 'curl'
|