mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
FreeBSD support to ppremake
This commit is contained in:
parent
ab0e4076cf
commit
1236a0f457
@ -73,6 +73,7 @@ else
|
|||||||
linux*) PLATFORM=Linux;;
|
linux*) PLATFORM=Linux;;
|
||||||
cygwin*) PLATFORM=Cygwin;;
|
cygwin*) PLATFORM=Cygwin;;
|
||||||
darwin*) PLATFORM=OSX;;
|
darwin*) PLATFORM=OSX;;
|
||||||
|
freebsd*) PLATFORM=FreeBSD;;
|
||||||
*) echo "Cannot determine platform from $host_os; use --with-platform=name."
|
*) echo "Cannot determine platform from $host_os; use --with-platform=name."
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user