mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
handling for uname of Cygwin 5.1
This commit is contained in:
parent
baa5e959a5
commit
fb01954822
@ -43,7 +43,7 @@ pyDir=$DIRECT/lib/py
|
||||
extDir=$DIRECT/src/extensions
|
||||
pSqueezer=$DIRECT/src/showbase/pandaSqueezer.py
|
||||
|
||||
if [ $(uname) = "CYGWIN_NT-5.0" ]; then
|
||||
if [ $(uname) = "CYGWIN_NT-5.0" -o $(uname) = "CYGWIN_NT-5.1" ]; then
|
||||
install_dir="$(cygpath -aw $install_dir)"
|
||||
pyDir="$(cygpath -w $pyDir)"
|
||||
extDir="$(cygpath -w $extDir)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user