mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
add ttmodels
This commit is contained in:
parent
a33194e89f
commit
5f6cc0d434
@ -57,6 +57,10 @@ if [ "$TTRADER" ]; then
|
||||
TTRADER=`cygpath -w $TTRADER`
|
||||
export TTRADER
|
||||
fi
|
||||
if [ "$TTMODELS" ]; then
|
||||
TTMODELS=`cygpath -w $TTMODELS`
|
||||
export TTMODELS
|
||||
fi
|
||||
|
||||
# Export the proper home environment variable
|
||||
HOME=`cygpath -w $HOME`
|
||||
|
Loading…
x
Reference in New Issue
Block a user