summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
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: