mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
more fixes to unattached build
This commit is contained in:
parent
ff104dc9c5
commit
d98e79f644
@ -44,12 +44,12 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DIRECT" == "" ]; then
|
if [ "$DIRECT" == "" ]; then
|
||||||
if [ "$PANDA_SRC" != "" -a -d "$PANDA_SRC/direct" ]; then
|
if [ "$PLAYER" != "" -a -d "$PLAYER/direct" ]; then
|
||||||
DIRECT="$PANDA_SRC/direct"
|
DIRECT="$PLAYER/direct"
|
||||||
elif [ -d direct ]; then
|
elif [ -d direct ]; then
|
||||||
DIRECT=direct
|
DIRECT=direct
|
||||||
else
|
else
|
||||||
echo "Define PANDA_SRC to point to the panda & direct source root."
|
echo "Define PLAYER to point to the panda & direct source root."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user