On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these

This commit is contained in:
Sylvestre Ledru 2021-03-27 12:37:12 +01:00
parent 3d3e246939
commit a5d74ffa13

1
debian/rules vendored
View File

@ -474,6 +474,7 @@ debian-libcxx-build:
CMAKE_BIN=cmake; \
if test -f /tmp/cmake/bin/cmake; then \
CMAKE_BIN=/tmp/cmake/bin/cmake; \
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/tmp/cmake/bin/; \
fi; \
echo "Using cmake: $$CMAKE_BIN"; \
cd libcxxabi/build && \