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 {