mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 08:30:43 +00:00
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:
parent
c5da4109de
commit
e2a02c21ce
1
debian/rules
vendored
1
debian/rules
vendored
@ -356,6 +356,7 @@ override_dh_auto_configure: preconfigure
|
||||
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 $(TARGET_BUILD) && \
|
||||
|
Loading…
Reference in New Issue
Block a user