mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
fix cpp hide symbols cause ut failure and compile error on mac (#26438)
This commit is contained in:
parent
191921f4ec
commit
009c65ecb8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ cc_binary(
|
|||
copts = COPTS,
|
||||
linkopts = select({
|
||||
"@bazel_tools//src/conditions:darwin": [
|
||||
"-Wl,-exported_symbols_list,$(location :symbols/ray_api_exported_symbols_mac.lds)",
|
||||
#TODO(larry): Hide the symbols when we make it work on mac.
|
||||
],
|
||||
"@bazel_tools//src/conditions:windows": [
|
||||
#TODO(larry): Hide the symbols when we make it work on Windows.
|
||||
|
|
Loading…
Add table
Reference in a new issue