summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-11-12 11:39:04 +0200
committerDaniil Baturin <daniil@vyos.io>2020-11-12 11:39:04 +0200
commit69317403864669bf579907497ae8cb01494cc2f7 (patch)
tree4a011c0d12860724cf983c78c5f8d9e3837ad10f /Makefile
parent77450220f9724fbcdcdddc3c8018195f3810f728 (diff)
downloadlibvyosconfig-69317403864669bf579907497ae8cb01494cc2f7.tar.gz
libvyosconfig-69317403864669bf579907497ae8cb01494cc2f7.zip
Use the pure OCaml re library instead of libpcre.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b027472..af80bd8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ BUILDDIR=_build
VPATH=$(BUILDDIR)
OCAMLDIR=$(shell ocamlopt -where)
$(shell mkdir -p $(BUILDDIR) $(BUILDDIR)/stub $(BUILDDIR)/lib $(BUILDDIR)/stub_generator $(BUILDDIR)/test $(BUILDDIR)/generated)
-PACKAGES=vyos1x-config,pcre,ctypes.stubs,ctypes.foreign
+PACKAGES=vyos1x-config,re,ctypes.stubs,ctypes.foreign
GENERATOR_FILES=$(BUILDDIR)/lib/bindings.cmx \
$(BUILDDIR)/stub_generator/generate.cmx