Added Linux and Solaris tests.
This commit is contained in:
parent
bb6c5e468c
commit
f49c122784
|
@ -38,6 +38,14 @@
|
||||||
# endif
|
# endif
|
||||||
#elif defined(macintosh)
|
#elif defined(macintosh)
|
||||||
# error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.
|
# error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.
|
||||||
|
#elif defined(__linux)
|
||||||
|
# define PHYSFS_PLATFORM_LINUX
|
||||||
|
# define PHYSFS_PLATFORM_UNIX
|
||||||
|
# define PHYSFS_PLATFORM_POSIX
|
||||||
|
#elif defined(__sun) || defined(sun)
|
||||||
|
# define PHYSFS_PLATFORM_SOLARIS
|
||||||
|
# define PHYSFS_PLATFORM_UNIX
|
||||||
|
# define PHYSFS_PLATFORM_POSIX
|
||||||
#elif defined(unix)
|
#elif defined(unix)
|
||||||
# define PHYSFS_PLATFORM_UNIX
|
# define PHYSFS_PLATFORM_UNIX
|
||||||
# define PHYSFS_PLATFORM_POSIX
|
# define PHYSFS_PLATFORM_POSIX
|
||||||
|
|
Loading…
Reference in New Issue