ray/thirdparty/patches/arrow-windows-export.patch

9 lines
344 B
Diff
Raw Normal View History

2019-12-05 16:09:21 -08:00
diff --git cpp/src/arrow/util/logging.cc cpp/src/arrow/util/logging.cc
--- cpp/src/arrow/util/logging.cc
+++ cpp/src/arrow/util/logging.cc
@@ -87,1 +87,3 @@
2019-12-05 16:09:21 -08:00
+#if !defined(_WIN32) || defined(ARROW_STATIC) || defined(ARROW_EXPORTING) || !defined(ARROW_EXPORT)
ArrowLogLevel ArrowLog::severity_threshold_ = ArrowLogLevel::ARROW_INFO;
+#endif
--