mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +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