2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Use /opt/SUNWspro as default location of Sun compiler.

Patch from Christopher Currie.


[SVN r19352]
This commit is contained in:
Vladimir Prus
2003-07-30 06:19:07 +00:00
parent ef9f5c9569
commit c8b1f1a141
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ toolset.register sun ;
feature.subfeature toolset sun : version ;
# Installation root to use for versionless toolset
.root = "" ;
.root = "/opt/SUNWspro/bin/" ;
rule init ( version ? : root ? )
{

View File

@@ -15,7 +15,7 @@ toolset.register sun ;
feature.subfeature toolset sun : version ;
# Installation root to use for versionless toolset
.root = "" ;
.root = "/opt/SUNWspro/bin/" ;
rule init ( version ? : root ? )
{