From d0c26ba4e50a36779456af71b06ec01985e406e5 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Mon, 5 Dec 2022 16:28:54 +0100 Subject: [PATCH] OSX is used and can't be replaced by macOS yet, revert previous change --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e7316b0b..7148626c 100755 --- a/configure +++ b/configure @@ -66,7 +66,7 @@ case $targetos in Darwin) darwin=yes dwarf=4 - confvars="$confvars macOS dll=no dwarf=$dwarf" + confvars="$confvars OSX dll=no dwarf=$dwarf" cc=`which cc` cc=`readlink $cc || echo clang` tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"