vp31 fixes for mac

This commit is contained in:
nehalmistry 2004-06-11 23:39:33 +00:00
parent 5ae220059d
commit 70d10de524

View file

@ -26,6 +26,7 @@ elif test "`uname -a | grep -is beos`"; then
PLATFORM="-DUSE_BEOS"
elif test "`uname -a | grep -is darwin`"; then
ARCH=macosx
PLATFORM="-DUSE_MAC"
else
ARCH=linux
fi