mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Fix sanity check
This commit is contained in:
parent
bb06df120d
commit
ca7222c8a0
|
|
@ -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": [
|
||||
|
|
|
|||
1
third_party/cpuinfo/BUILD.bazel
vendored
1
third_party/cpuinfo/BUILD.bazel
vendored
|
|
@ -302,7 +302,6 @@ config_setting(
|
|||
},
|
||||
)
|
||||
|
||||
|
||||
config_setting(
|
||||
name = "ios_x86",
|
||||
values = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user