diff options
Diffstat (limited to 'scripts/build/internals.sh')
-rw-r--r-- | scripts/build/internals.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh index cf869a1a..7837f00b 100644 --- a/scripts/build/internals.sh +++ b/scripts/build/internals.sh @@ -41,8 +41,7 @@ do_finish() { # If using the companion libraries, we need a wrapper # that will set LD_LIBRARY_PATH approriately - if [ "${CT_GMP_MPFR}" = "y" \ - -o "${CT_PPL_CLOOG_MPC}" = "y" ]; then + if [ "${CT_WRAPPER_NEEDED}" = "y" ]; then CT_DoLog EXTRA "Installing toolchain wrappers" CT_Pushd "${CT_PREFIX_DIR}/bin" |