We need to use LD_LIBRARY_PATH for cmake on platoforms with custom compiler
This commit is contained in:
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user