mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Add FreeBSD
This commit is contained in:
parent
57455b775b
commit
4804133efa
@ -40,6 +40,13 @@
|
||||
#define DTOOL_PLATFORM "osx.i386"
|
||||
#endif
|
||||
|
||||
#elif defined(__FreeBSD__)
|
||||
#if defined(__x86_64)
|
||||
#define DTOOL_PLATFORM "freebsd.amd64"
|
||||
#else
|
||||
#define DTOOL_PLATFORM "freebsd.i386"
|
||||
#endif
|
||||
|
||||
#elif defined(__x86_64)
|
||||
#define DTOOL_PLATFORM "linux.amd64"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user