mirror of
https://github.com/oasislinux/oasis.git
synced 2025-12-25 12:14:00 +01:00
8 lines
156 B
Lua
8 lines
156 B
Lua
cflags{'-std=c99', '-Wall', '-Wpedantic'}
|
|
|
|
pkg.hdrs = copy('$outdir/include', '$srcdir', {'utf8proc.h'})
|
|
|
|
lib('libutf8proc.a', {'utf8proc.c'})
|
|
|
|
fetch 'git'
|