Skip to content

Commit 14649eb

Browse files
committed
fix(get_gmp): m4 is a dependency
1 parent 81abc91 commit 14649eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

support/get_gmp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if [ -n "$DEBUG" ]; then
55
set -x
66
fi
77

8+
which m4 2> /dev/null || (apt-get update && apt-get install --yes m4)
9+
810
# The variable is assigned in `buildpack.conf`
911
declare gmp_version
1012
basedir="$( cd -P "$( dirname "$0" )" && pwd )"

0 commit comments

Comments
 (0)