From f15a84a815bec7897d73fdace3bc4bcf219f9ccd Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sun, 10 Mar 2019 07:20:51 -0600 Subject: [PATCH] Add missing path.make. --- src/tools/package.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/package.jam b/src/tools/package.jam index d9adff3fb..3950f4c77 100644 --- a/src/tools/package.jam +++ b/src/tools/package.jam @@ -78,7 +78,7 @@ class package-paths local opt = [ option.get $(option) ] ; if $(opt) { - opt = [ path.root $(opt) [ path.pwd ] ] ; + opt = [ path.root [ path.make $(opt) ] [ path.pwd ] ] ; } else {