mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
15 lines
165 B
Lua
15 lines
165 B
Lua
cflags{
|
|
'-std=c99',
|
|
'-I pkg/lua/src/src',
|
|
}
|
|
|
|
lib('liblpeg.a', {
|
|
'lpvm.c',
|
|
'lpcap.c',
|
|
'lptree.c',
|
|
'lpcode.c',
|
|
'lpprint.c',
|
|
}, {'pkg/lua/fetch'})
|
|
|
|
fetch 'curl'
|