vp31 fixes for mac
This commit is contained in:
parent
5ae220059d
commit
70d10de524
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ elif test "`uname -a | grep -is beos`"; then
|
||||||
PLATFORM="-DUSE_BEOS"
|
PLATFORM="-DUSE_BEOS"
|
||||||
elif test "`uname -a | grep -is darwin`"; then
|
elif test "`uname -a | grep -is darwin`"; then
|
||||||
ARCH=macosx
|
ARCH=macosx
|
||||||
|
PLATFORM="-DUSE_MAC"
|
||||||
else
|
else
|
||||||
ARCH=linux
|
ARCH=linux
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue