mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fixed reference to dmodels
This commit is contained in:
parent
337c287ec3
commit
0bf3afc215
@ -87,7 +87,7 @@ if [ "$PANDAAPP" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Panda will now tolerate the colon in the de-cygpath version of the model trees
|
# Panda will now tolerate the colon in the de-cygpath version of the model trees
|
||||||
if [ "DMODELS" ]; then
|
if [ "$DMODELS" ]; then
|
||||||
if [ "$debug" ]; then echo "DMODELS $DMODELS"; fi
|
if [ "$debug" ]; then echo "DMODELS $DMODELS"; fi
|
||||||
DMODELS=`cygpath -w $DMODELS`
|
DMODELS=`cygpath -w $DMODELS`
|
||||||
export DMODELS
|
export DMODELS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user