mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add osx support
This commit is contained in:
parent
e07a92eee2
commit
723acb8cc7
@ -72,7 +72,8 @@ else
|
||||
irix*) PLATFORM=Irix;;
|
||||
linux*) PLATFORM=Linux;;
|
||||
cygwin*) PLATFORM=Cygwin;;
|
||||
*) echo "Cannot determine platform; use --with-platform=name."
|
||||
darwin*) PLATFORM=OSX;;
|
||||
*) echo "Cannot determine platform from $host_os; use --with-platform=name."
|
||||
exit 1;;
|
||||
esac
|
||||
fi
|
||||
|
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "md5.h"
|
||||
#include <string.h>
|
||||
|
||||
/* Constants for MD5Transform routine.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user