Browse Source

contrib: recognize the watchOS platform

pull/163/head
Felix Paul Kühne 2 years ago
committed by Steve Lhomme
parent
commit
9dc4e66760
  1. 4
      contrib/bootstrap

4
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"

Loading…
Cancel
Save