Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generic Unix.
This commit is contained in:
parent
46db289145
commit
187d04ae9e
|
@ -50,7 +50,7 @@
|
|||
# define PHYSFS_PLATFORM_SOLARIS 1
|
||||
# define PHYSFS_PLATFORM_UNIX 1
|
||||
# define PHYSFS_PLATFORM_POSIX 1
|
||||
#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
|
||||
# define PHYSFS_PLATFORM_FREEBSD 1
|
||||
# define PHYSFS_PLATFORM_BSD 1
|
||||
# define PHYSFS_PLATFORM_UNIX 1
|
||||
|
|
Loading…
Reference in New Issue