mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
FreeBSD support to ppremake
This commit is contained in:
parent
ab0e4076cf
commit
1236a0f457
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user