summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/internals.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh
index cf869a1..7837f00 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"