Files
oasis-linux-mirror/pkg/expat/gen.lua
T
2024-03-17 00:27:08 -07:00

19 lines
318 B
Lua

cflags{
'-std=c99', '-Wall',
'-D HAVE_EXPAT_CONFIG_H',
'-I $dir',
'-I $basedir/pkg/openbsd/include',
}
lib('libexpat.a', [[
expat/lib/(xmlparse.c xmltok.c xmlrole.c)
$builddir/pkg/openbsd/libbsd.a.d
]])
pkg.hdrs = copy('$outdir/include', '$srcdir/expat/lib', {
'expat.h',
'expat_external.h',
})
fetch 'git'