mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-17 05:20:08 +08:00
cosmetic: OSX is a deprecated name, macOS is the official system name for Apple Operating System since 2016.
This commit is contained in:
parent
a0f88dca75
commit
d1f5d132c6
2
configure
vendored
2
configure
vendored
@ -66,7 +66,7 @@ case $targetos in
|
|||||||
Darwin)
|
Darwin)
|
||||||
darwin=yes
|
darwin=yes
|
||||||
dwarf=4
|
dwarf=4
|
||||||
confvars="$confvars OSX dll=no dwarf=$dwarf"
|
confvars="$confvars macOS dll=no dwarf=$dwarf"
|
||||||
cc=`which cc`
|
cc=`which cc`
|
||||||
cc=`readlink $cc || echo clang`
|
cc=`readlink $cc || echo clang`
|
||||||
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
||||||
|
Loading…
Reference in New Issue
Block a user