mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
add osx support
This commit is contained in:
parent
e07a92eee2
commit
723acb8cc7
@ -72,7 +72,8 @@ else
|
|||||||
irix*) PLATFORM=Irix;;
|
irix*) PLATFORM=Irix;;
|
||||||
linux*) PLATFORM=Linux;;
|
linux*) PLATFORM=Linux;;
|
||||||
cygwin*) PLATFORM=Cygwin;;
|
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;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* Constants for MD5Transform routine.
|
/* Constants for MD5Transform routine.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user