We need to use LD_LIBRARY_PATH for cmake on platoforms with custom compiler

This commit is contained in:
Pavel Odintsov 2020-10-24 21:09:57 +01:00
parent d66eda66a7
commit 3ffdbabd72

@ -522,7 +522,7 @@ sub main {
install_poco();
# We need fresh cmake for this build, Boost requires it
$cmake_path = "$library_install_folder/cmake-3.16.4/bin/cmake";
$cmake_path = "$ld_library_path_for_make $library_install_folder/cmake-3.16.4/bin/cmake";
install_gcc_dependencies();