Browse Source

drose: should add lib to PATH without requiring PENV

Chris Brunner 20 years ago
parent
commit
1dbdffc35c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dtool/src/attach/ctattch.pl

+ 0 - 2
dtool/src/attach/ctattch.pl

@@ -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 ) ;
           #}