From 69317403864669bf579907497ae8cb01494cc2f7 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 12 Nov 2020 11:39:04 +0200 Subject: Use the pure OCaml re library instead of libpcre. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3