Merge from hash-predef.

This commit is contained in:
Rene Rivera
2020-02-28 23:31:33 -06:00
parent aa6e232bf1
commit 3330514089
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
bin
.bin
boost-build.jam
project-config.jam
*.pyc

View File

@@ -37,7 +37,7 @@ project /boost/predef
if [ project.is-jamroot-module $(__name__) ]
{
local attributes = [ project.attributes $(__name__) ] ;
$(attributes).set "build-dir" : bin ;
$(attributes).set "build-dir" : .bin ;
}
alias libs ;