build on OSX too

This commit is contained in:
David Rose 2007-02-14 01:28:50 +00:00
parent 755288c2d5
commit 8bbc4f455d
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
#define LOCAL_LIBS express pandabase
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#define OTHER_LIBS \
interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c prc:c dtool:m
#define BUILD_DIRECTORY $[WANT_NATIVE_NET]

View File

@ -244,7 +244,7 @@ const int LOCAL_CONNECT_BLOCKING = EINPROGRESS;
* LINUX and FreeBSD STUFF
************************************************************************/
#elif defined(IS_LINUX) || defined(FreeBSD)
#elif defined(IS_LINUX) || defined(IS_OSX) || defined(FreeBSD)
#include <sys/types.h>
#include <sys/time.h>