From d1f5d132c67406affd4663f2c687738620cd1625 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Mon, 5 Dec 2022 15:42:38 +0100 Subject: [PATCH] cosmetic: OSX is a deprecated name, macOS is the official system name for Apple Operating System since 2016. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7148626c..e7316b0b 100755 --- a/configure +++ b/configure @@ -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"