mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
67873faecb
commit
830421c3cc
@ -39,6 +39,18 @@ if [ "$WINTOOLS" ]; then
|
||||
export WINTOOLS
|
||||
fi
|
||||
|
||||
if [ "DMODELS" ]; then
|
||||
DMODELS=`cygpath -w $DMODELS`
|
||||
export DMODELS
|
||||
fi
|
||||
|
||||
if [ "$TTMODELS" ]; then
|
||||
TTMODELS=`cygpath -w $TTMODELS`
|
||||
export TTMODELS
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Export the proper home environment variable
|
||||
HOME=`cygpath -w $HOME`
|
||||
export HOME
|
||||
|
Loading…
x
Reference in New Issue
Block a user