mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
19 lines
244 B
Lua
19 lines
244 B
Lua
cflags{
|
|
'-std=c99', '-Wall', '-Wpedantic',
|
|
'-D NDEBUG',
|
|
'-isystem $builddir/pkg/lua/include',
|
|
}
|
|
|
|
pkg.deps = {'pkg/lua/headers'}
|
|
|
|
lib('liblpeg.a', {
|
|
'lpvm.c',
|
|
'lpcap.c',
|
|
'lptree.c',
|
|
'lpcode.c',
|
|
'lpprint.c',
|
|
'lpcset.c',
|
|
})
|
|
|
|
fetch 'curl'
|