From 0524a6e3ab6d50cba63c8642a875e246de53d651 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Tue, 24 Jun 2014 16:19:58 +0000 Subject: Fix a typo in the chunk morphology --- lrexlib-pcre.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrexlib-pcre.morph b/lrexlib-pcre.morph index 7558c87..a76752d 100644 --- a/lrexlib-pcre.morph +++ b/lrexlib-pcre.morph @@ -1,7 +1,7 @@ kind: chunk name: lrexlib-pcre description: Lua regular expression library - PCRE build only -buildsystem: manual +build-system: manual build-commands: - gcc -fPIC -DPIC -DVERSION=\"2.7.2\" -o rex_pcre.so -shared src/common.c src/pcre/lpcre.c src/pcre/lpcre_f.c -lpcre install-commands: -- cgit v1.2.1