Fix sanity check

This commit is contained in:
Yun Peng 2021-01-11 15:56:36 +01:00
parent bb06df120d
commit ca7222c8a0
2 changed files with 1 additions and 2 deletions

View File

@ -757,7 +757,7 @@ tf_cc_shared_object(
framework_so = [],
linkopts = select({
"//tensorflow:macos": [
"-Wl,-rename_section,__TEXT,text_env,__TEXT,__text"
"-Wl,-rename_section,__TEXT,text_env,__TEXT,__text",
],
"//tensorflow:windows": [],
"//tensorflow:freebsd": [

View File

@ -302,7 +302,6 @@ config_setting(
},
)
config_setting(
name = "ios_x86",
values = {