Platform shims for Windows (#6548)

* Platform shims for Windows

* Satisfy linter
This commit is contained in:
mehrdadn
2019-12-20 12:32:07 -08:00
committed by Philipp Moritz
parent 1e817f48df
commit b0b6b56bb7
25 changed files with 695 additions and 0 deletions
+3
View File
@@ -186,6 +186,9 @@ cc_library(
],
strip_include_prefix = "cpp/src",
visibility = ["//visibility:public"],
deps = [
"@com_github_ray_project_ray//:platform_shims",
],
)
cc_library(