mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* 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
9 lines
193 B
Diff
9 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",
|
|
],
|
|
--
|