From 4744781a1955e947a93a032fa52c84748f5a4092 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 6 Apr 2013 21:47:20 +0000 Subject: Print the include path in native format. [SVN r83782] --- boostcpp.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boostcpp.jam') 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: -- cgit v1.2.1