mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
dtool: Fixed building under FreeBSD
There is missing define in dtoolutil which prevent building of dtool under FreeBSD. Signed-off-by: deflected <deflected@github>
This commit is contained in:
parent
d320aced73
commit
2dd1b5e3b3
@ -60,7 +60,7 @@ extern char **environ;
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#if defined(IS_LINUX) || defined(IS_OSX)
|
||||
#if defined(IS_LINUX) || defined(IS_OSX) || defined(IS_FREEBSD)
|
||||
// For link_map and dlinfo.
|
||||
#include <link.h>
|
||||
#include <dlfcn.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user