Project

General

Profile

Task #4573

Updated by Eric Newberry about 6 years ago

`.waf-tools/boost.py` needs to be modified in each package to also search for Boost libraries in the `/usr/lib/[arch]` `/usr/lib/arm-linux-gnueabihf` directory on Ubuntu. Currently, the script is hardcoded for amd64 and i386. However, we (for armhf). We should detect probably also add the architecture automatically to provide easier cross-platform support. At the moment, this is necessary directory for armhf and aarch64 support. as well (`/usr/lib/aarch64-linux-gnu`).

Back