mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-12 09:00:09 +08:00
Even on Darwin, tcc should display Linux
This commit is contained in:
parent
2da36731da
commit
c4c3f5009e
2
tcc.c
2
tcc.c
@ -160,8 +160,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user