mirror of
https://github.com/boostorg/predef.git
synced 2025-08-02 04:54:27 +02:00
Merge from hash-predef.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
bin
|
.bin
|
||||||
boost-build.jam
|
boost-build.jam
|
||||||
project-config.jam
|
project-config.jam
|
||||||
*.pyc
|
*.pyc
|
||||||
|
@@ -37,7 +37,7 @@ project /boost/predef
|
|||||||
if [ project.is-jamroot-module $(__name__) ]
|
if [ project.is-jamroot-module $(__name__) ]
|
||||||
{
|
{
|
||||||
local attributes = [ project.attributes $(__name__) ] ;
|
local attributes = [ project.attributes $(__name__) ] ;
|
||||||
$(attributes).set "build-dir" : bin ;
|
$(attributes).set "build-dir" : .bin ;
|
||||||
}
|
}
|
||||||
|
|
||||||
alias libs ;
|
alias libs ;
|
||||||
|
Reference in New Issue
Block a user