Commit f5e5b653 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Fix link error on Mojave

1f58b4d8 introduced a link error on my
Mojave machine, because making the Boost include path the highest-priority
one was forcing use of the system's libfdt.h.  But the system's libfdt.h
unfortunately lacks the 'extern "C"' linkage modifier, causing link errors
when invoking FDT routines from C++ code.

Fix by making the Boost include path the lowest-priority one.
parent 1a5b2d9d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment