From b808c255b6a9ddba085bf5646e7d20ec344f2e2d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2020 08:48:53 +0200 Subject: Initial support for ad hoc recipes (still work in progress) --- libbuild2/utility.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbuild2/utility.cxx') diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index a45e901..81f6809 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -14,6 +14,8 @@ #include #include +#include // script::regex::init() + using namespace std; using namespace butl; @@ -588,5 +590,7 @@ namespace build2 { fail << "unable to obtain home directory: " << e; } + + script::regex::init (); } } -- cgit v1.1