mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Use "Mac" instead of "OSX" to identify macOS in PHP_OS_FAMILY
This commit is contained in:
parent
8fe47a47cf
commit
362d2e42a0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#elif defined(BSD) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
# define PHP_OS_FAMILY "BSD"
|
||||
#elif defined(__APPLE__) || defined(__MACH__)
|
||||
# define PHP_OS_FAMILY "OSX"
|
||||
# define PHP_OS_FAMILY "Mac"
|
||||
#elif defined(__sun__)
|
||||
# define PHP_OS_FAMILY "Solaris"
|
||||
#elif defined(__linux__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue