Skip to content

Commit

Permalink
fix staging (#406)
Browse files Browse the repository at this point in the history
Due to a typo staging using ` is broken. This change removes the typo.
  • Loading branch information
grisumbras authored Nov 10, 2024
1 parent 6232c0f commit 5131ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/stage.jam
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ rule get-dir ( name : property-set : package-name : flags * )
local rel = [ path.relative $(result) $(prefix) : no-error ] ;
if not-a-child != $(rel)
{
result = [ path.root $(rel) $(prefix) ] ;
result = [ path.root $(rel) $(stage) ] ;
}
}
}
Expand Down

0 comments on commit 5131ab8

Please sign in to comment.