summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lrexlib-pcre.morph2
1 files changed, 1 insertions, 1 deletions
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: