drose: should add lib to PATH without requiring PENV

This commit is contained in:
Chris Brunner 2005-12-22 22:22:29 +00:00
parent f754d65fb9
commit 1dbdffc35c
1 changed files with 0 additions and 2 deletions

View File

@ -372,9 +372,7 @@ sub CTAttachCompute {
$item = $root . "/built/lib" ;
#if ( -e $item ) {
if ( $ENV{"PENV"} eq "WIN32" ) {
&CTAttachMod( "PATH", $item, $root, $proj ) ;
}
&CTAttachMod( "LD_LIBRARY_PATH", $item, $root, $proj ) ;
#}