summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2013-04-06 21:47:20 +0000
committerSteven Watanabe <steven@providere-consulting.com>2013-04-06 21:47:20 +0000
commit4744781a1955e947a93a032fa52c84748f5a4092 (patch)
treefc6f0e114a0f2ec2d5ce8ebd03663c7dde9642f4 /boostcpp.jam
parent81667e064e1406a72ea561e357ceccebcde3805e (diff)
downloadboost-4744781a1955e947a93a032fa52c84748f5a4092.tar.gz
Print the include path in native format.
[SVN r83782]
Diffstat (limited to 'boostcpp.jam')
-rw-r--r--boostcpp.jam3
1 files changed, 2 insertions, 1 deletions
diff --git a/boostcpp.jam b/boostcpp.jam
index 24907a320f..7d7f941fd5 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -500,13 +500,14 @@ rule post-build ( ok ? )
{
if $(ok)
{
+ local include-path = [ path.native $(BOOST_ROOT) ] ;
ECHO "
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
- $(BOOST_ROOT)
+ $(include-path)
The following directory should be added to linker library paths: