mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Print the include path in native format.
[SVN r83782]
This commit is contained in:
parent
81667e064e
commit
4744781a19
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue