diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-12 00:06:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-12 00:06:37 +0200 |
| commit | 46c1a60d39c09d2212aca0404bd11b51cf440a88 (patch) | |
| tree | 940615e2ce070f726bb2669f54f515d3c319fb92 | |
| parent | b3b9524e043303abdc0cb80ccd3d4abc0ab7ba98 (diff) | |
Fix for non-disk Linux build.
| -rw-r--r-- | src/lib/cross_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index 87806b1e6..25fd3490e 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -33,7 +33,7 @@ extern "C" { #include <boost/algorithm/string.hpp> #include <boost/foreach.hpp> #include <boost/function.hpp> -#ifdef DCPOMATIC_DISK +#if BOOST_VERSION >= 106100 #include <boost/dll/runtime_symbol_info.hpp> #endif #include <unistd.h> |
