aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/install.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/install.bash')
-rw-r--r--lib/actions/install.bash8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/actions/install.bash b/lib/actions/install.bash
index 12292d0..e381d4d 100644
--- a/lib/actions/install.bash
+++ b/lib/actions/install.bash
@@ -190,8 +190,8 @@ build_nqp() {
{
perl Configure.pl --backend="$RSTAR_BACKEND" "$@" \
- && make \
- && make install \
+ && ${RSTAR_PLATFORM[make]} \
+ && ${RSTAR_PLATFORM[make]} install \
|| return
} > "$logfile" 2>&1
}
@@ -211,8 +211,8 @@ build_rakudo() {
{
perl Configure.pl --backend="$RSTAR_BACKEND" "$@" \
- && make \
- && make install \
+ && ${RSTAR_PLATFORM[make]} \
+ && ${RSTAR_PLATFORM[make]} install \
|| return
} > "$logfile" 2>&1
}