File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ function make_relative_symlink() {
892
892
CROSS_COMPILE_HOSTS=($CROSS_COMPILE_HOSTS )
893
893
for t in ${CROSS_COMPILE_HOSTS} ; do
894
894
case ${t} in
895
- iphone* | appletv* | watchos * | linux-armv6 | linux-armv7 )
895
+ iphone* | appletv* | watch * | linux-armv6 | linux-armv7 )
896
896
;;
897
897
* )
898
898
echo " Unknown host to cross-compile for: ${t} "
@@ -980,7 +980,7 @@ function should_include_host_in_lipo() {
980
980
local host=" $1 "
981
981
if [[ $( has_cross_compile_hosts) ]] && [[ -z " ${SKIP_MERGE_LIPO_CROSS_COMPILE_TOOLS} " ]]; then
982
982
case ${host} in
983
- iphone* | appletv* | watchos * )
983
+ iphone* | appletv* | watch * )
984
984
echo 1
985
985
;;
986
986
esac
@@ -990,7 +990,7 @@ function should_include_host_in_lipo() {
990
990
function host_has_darwin_symbols() {
991
991
local host=" $1 "
992
992
case ${host} in
993
- macosx* | iphone* | appletv* | watchos * )
993
+ macosx* | iphone* | appletv* | watch * )
994
994
echo 1
995
995
;;
996
996
esac
You can’t perform that action at this time.
0 commit comments