mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
* Fix Windows system library dependencies in Boost rules * Fix missing utf8cpp source and header files in arrow target
11 lines
311 B
Diff
11 lines
311 B
Diff
diff --git boost/detail/interlocked.hpp boost/detail/interlocked.hpp
|
|
--- boost/detail/interlocked.hpp
|
|
+++ boost/detail/interlocked.hpp
|
|
@@ -21,1 +21,1 @@
|
|
-#if defined( BOOST_USE_WINDOWS_H )
|
|
+#if 0
|
|
@@ -33,1 +33,1 @@
|
|
-#elif defined( BOOST_USE_INTRIN_H )
|
|
+#elif defined( BOOST_USE_INTRIN_H ) || defined(_WIN32)
|
|
--
|