1
0
Fork 0

cosmetic: OSX is a deprecated name, macOS is the official system name for Apple Operating System since 2016.

This commit is contained in:
Christian Jullien 2022-12-05 15:42:38 +01:00
parent a0f88dca75
commit d1f5d132c6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"