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"