summaryrefslogtreecommitdiff
path: root/scripts/build/companion_libs/mpc.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-25 17:04:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-25 17:04:17 (GMT)
commit2f718dd60c19a5d671e7fbef00c67c05ef98c9f4 (patch)
tree7a4940f84ef5838b66b5290a14bc7f95296fdedc /scripts/build/companion_libs/mpc.sh
parent4a8daa02e39e234aa03833287fcec3401d9932a4 (diff)
complibs: fixup the host complibs install dir
It's easier to have as much as possible stuff in the same place to ease backup/restore, and make things easier to follow. Move the host companion libraries install dir as a sub-dir of the build-tools install dir (but not directly in it, it would break for canadian or cross-native). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build/companion_libs/mpc.sh')
-rw-r--r--scripts/build/companion_libs/mpc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/mpc.sh b/scripts/build/companion_libs/mpc.sh
index f45982d..b035f4d 100644
--- a/scripts/build/companion_libs/mpc.sh
+++ b/scripts/build/companion_libs/mpc.sh
@@ -52,7 +52,7 @@ do_mpc_for_host() {
CT_mkdir_pushd "${CT_BUILD_DIR}/build-mpc-host-${CT_HOST}"
mpc_opts+=( "host=${CT_HOST}" )
- mpc_opts+=( "prefix=${CT_COMPLIBS_DIR}" )
+ mpc_opts+=( "prefix=${CT_HOST_COMPLIBS_DIR}" )
mpc_opts+=( "cflags=${CT_CFLAGS_FOR_HOST}" )
do_mpc_backend "${mpc_opts[@]}"