FreeBSD support to ppremake

This commit is contained in:
rdb 2009-09-13 10:57:24 +00:00
parent ab0e4076cf
commit 1236a0f457

View File

@ -73,6 +73,7 @@ else
linux*) PLATFORM=Linux;;
cygwin*) PLATFORM=Cygwin;;
darwin*) PLATFORM=OSX;;
freebsd*) PLATFORM=FreeBSD;;
*) echo "Cannot determine platform from $host_os; use --with-platform=name."
exit 1;;
esac