Linux was incorrectly identified in banner when compiled on macOS Darwin
This commit is contained in:
2
tcc.c
2
tcc.c
@ -160,6 +160,8 @@ static const char version[] =
|
|||||||
" Windows"
|
" Windows"
|
||||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||||
" FreeBSD"
|
" FreeBSD"
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
" Darwin"
|
||||||
#else
|
#else
|
||||||
" Linux"
|
" Linux"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user