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