mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Updated for GWMODELS.
This commit is contained in:
parent
4433a98233
commit
fb3d7ec622
@ -111,6 +111,13 @@ if [ "$PMOCKUP" ]; then
|
||||
export PMOCKUP
|
||||
fi
|
||||
|
||||
# Gateway models
|
||||
if [ "$GWMODELS" ]; then
|
||||
if [ "$debug" ]; then echo "GWMODELS $GWMODELS"; fi
|
||||
GWMODELS=`cygpath -w $GWMODELS`
|
||||
export GWMODELS
|
||||
fi
|
||||
|
||||
# Export the proper home environment variable
|
||||
HOME=`cygpath -w $HOME`
|
||||
export HOME
|
||||
|
Loading…
x
Reference in New Issue
Block a user