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