2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Add missing path.make.

This commit is contained in:
Steven Watanabe
2019-03-10 07:20:51 -06:00
parent 42aeed7ff1
commit f15a84a815

View File

@@ -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
{