From 3330514089bd95c9a97f141c8338759a89642974 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 28 Feb 2020 23:31:33 -0600 Subject: [PATCH] Merge from hash-predef. --- .gitignore | 2 +- build.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 067fbeb..784ff83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -bin +.bin boost-build.jam project-config.jam *.pyc diff --git a/build.jam b/build.jam index 56938e1..69be969 100644 --- a/build.jam +++ b/build.jam @@ -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 ;