mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Fix Windows system library dependencies in Boost rules * Fix missing utf8cpp source and header files in arrow target
10 lines
311 B
Diff
10 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)
|
|
--
|