drose: should add lib to PATH without requiring PENV
This commit is contained in:
parent
f754d65fb9
commit
1dbdffc35c
|
|
@ -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 ) ;
|
||||
#}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue