Skip to content

Commit 6ed3a93

Browse files
lucylqfacebook-github-bot
authored andcommitted
test
Differential Revision: D86240818
1 parent 465dce2 commit 6ed3a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim_et/xplat/executorch/build/runtime_wrapper.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _patch_build_mode_flags(kwargs):
114114

115115
kwargs["compiler_flags"] = kwargs["compiler_flags"] + select({
116116
"DEFAULT": [],
117-
"ovr_config//os:macos": ["-fvisibility=default"],
117+
# @oss-disable: "ovr_config//os:macos": ["-fvisibility=default"],
118118
})
119119

120120
return kwargs

0 commit comments

Comments
 (0)