mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 18:15:58 +08:00
75cc994e0a
* Update .bazelrc for Windows compatibility * Block inclusion of (legacy) WinSock.h to avoid errors * Suppress warnings for Windows code * Include boost::asio in includes so that it is passed as -isystem to avoid warnings * Link with -lpthread only on non-Windows * Undefine BOOST_FALLTHROUGH, which is unnecessary and causes macro redefinition warnings * Define RAY_STATIC and ARROW_STATIC to compile for Windows * Add WinSock import library for Arrow
10 lines
193 B
Diff
10 lines
193 B
Diff
diff --git BUILD.boost BUILD.boost
|
|
index 104c726..108e778 100644
|
|
--- BUILD.boost
|
|
+++ BUILD.boost
|
|
@@ -1356,3 +1356,2 @@ boost_library(
|
|
defines = [
|
|
- "BOOST_FALLTHROUGH",
|
|
],
|
|
--
|