1cflags{
2 '-std=c99',
3}
4
5pkg.hdrs = copy('$outdir/include', '$srcdir/spng', {'spng.h'})
6
7lib('libspng.a', {'spng/spng.c'})
8
9fetch 'git'
1cflags{
2 '-std=c99',
3}
4
5pkg.hdrs = copy('$outdir/include', '$srcdir/spng', {'spng.h'})
6
7lib('libspng.a', {'spng/spng.c'})
8
9fetch 'git'