From 9dc4e667608f83fdb6e4c5e26adc18124936d7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= Date: Wed, 5 Jun 2024 17:48:14 +0200 Subject: [PATCH] contrib: recognize the watchOS platform --- contrib/bootstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/bootstrap b/contrib/bootstrap index 35832a149a..c04536a3c0 100755 --- a/contrib/bootstrap +++ b/contrib/bootstrap @@ -287,6 +287,10 @@ case "${OS}" in then add_make_enabled "HAVE_TVOS" fi + if test "$BUILDFORWATCHOS" + then + add_make_enabled "HAVE_WATCHOS" + fi if test "$ENABLE_BITCODE" then add_make_enabled "HAVE_BITCODE_ENABLED"