Skip to content

Replace host-os with target-os in LD_LIBRARY_PATH

Marco Clemencic requested to merge override-hostos-with-targetos into master

compiling for SLC6 on CentSO7 adds CentOS7 build of libstdc++.so to the LD_LIBRARY_PATH, but it cannot be used on SLC6, so we need to fix the library search path to only use the target version (use of host build is only for the compiler).

Merge request reports