From ba94a8513d9a0aadb3f2c834c74b64aa644c61e8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Sep 2017 00:03:34 -0700 Subject: Rewrite ninja generation scripts in Lua --- pkg/utf8proc/gen.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/utf8proc/gen.lua (limited to 'pkg/utf8proc/gen.lua') diff --git a/pkg/utf8proc/gen.lua b/pkg/utf8proc/gen.lua new file mode 100644 index 00000000..a42716c2 --- /dev/null +++ b/pkg/utf8proc/gen.lua @@ -0,0 +1,5 @@ +cflags{'-std=c99', '-Wall', '-pedantic'} + +lib('libutf8proc.a', {'utf8proc.c'}) + +fetch 'git' -- cgit v1.2.3