Fix build mod

This commit is contained in:
cytopia
2022-11-29 05:09:33 +01:00
parent 3cf353abae
commit 5ca99aebc8
13 changed files with 2 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ all:
| tail -1 \
) \
command: cd build && ./install
build_dep: [libpcre-dev, re2c]
build_dep: [libpcre3-dev, re2c]
run_dep: []
7.3: