From 1dbdffc35cbba24d697ec54ab13a0c546905e1ae Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Thu, 22 Dec 2005 22:22:29 +0000 Subject: [PATCH] drose: should add lib to PATH without requiring PENV --- dtool/src/attach/ctattch.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/dtool/src/attach/ctattch.pl b/dtool/src/attach/ctattch.pl index 2c9d68093d..71172440f5 100644 --- a/dtool/src/attach/ctattch.pl +++ b/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 ) ; #}