mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
add back . as last part of path for cygwin
This commit is contained in:
parent
6662a41be1
commit
96e8f070f6
@ -18,7 +18,7 @@ else if ( $OS == "IRIX64" ) then
|
|||||||
/usr/demos/bin /usr/local/bin )
|
/usr/demos/bin /usr/local/bin )
|
||||||
setenv LD_LIBRARY_PATH "/usr/local/lib:."
|
setenv LD_LIBRARY_PATH "/usr/local/lib:."
|
||||||
else if (($OS == "CYGWIN_NT-5.1") || ($OS == "CYGWIN_NT-5.0") || ( $OS == "CYGWIN_NT-4.0" ) || ( $OS == "WINNT" )) then
|
else if (($OS == "CYGWIN_NT-5.1") || ($OS == "CYGWIN_NT-5.0") || ( $OS == "CYGWIN_NT-4.0" ) || ( $OS == "WINNT" )) then
|
||||||
set path = ( /bin /usr/bin /usr/lib /usr/local/bin /contrib/bin $path )
|
set path = ( /bin /usr/bin /usr/lib /usr/local/bin /contrib/bin $path . )
|
||||||
if ( $?LIB ) then
|
if ( $?LIB ) then
|
||||||
setenv LIB "$LIB;"`cygpath -w /usr/lib`
|
setenv LIB "$LIB;"`cygpath -w /usr/lib`
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user