From ee86562ca7b36e1b89a1a00977b7f6ffc82f469b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=BChne?= Date: Sat, 4 Oct 2008 14:38:42 +0200 Subject: [PATCH] ensure compatibility with future versions of Darwin --- extras/contrib/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index 913add97c0..777cc7a059 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -179,7 +179,7 @@ case $HOST in exit 1 fi ;; - i686-apple-darwin10d1) + i686-apple-darwin10) SDK_TARGET=10.6 echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak echo "HAVE_DARWIN_OS_ON_INTEL = 1" >> config.mak -- 2.39.5