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
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -66,7 +66,7 @@ case $targetos in
|
|||
Darwin)
|
||||
darwin=yes
|
||||
dwarf=4
|
||||
confvars="$confvars OSX dll=no dwarf=$dwarf"
|
||||
confvars="$confvars macOS dll=no dwarf=$dwarf"
|
||||
cc=`which cc`
|
||||
cc=`readlink $cc || echo clang`
|
||||
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
||||
|
|
Loading…
Reference in a new issue