mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Modified to add GWMODELS
This commit is contained in:
parent
e2e3474d8c
commit
4433a98233
@ -94,6 +94,11 @@ if [ "$PMODELS" ]; then
|
|||||||
PMODELS=`cygpath -w $PMODELS`
|
PMODELS=`cygpath -w $PMODELS`
|
||||||
export PMODELS
|
export PMODELS
|
||||||
fi
|
fi
|
||||||
|
# Gateway models
|
||||||
|
if [ "$GWMODELS" ]; then
|
||||||
|
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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user