mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-13 13:08:59 -05:00
Add FreeBSD
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user