changeset 1:3b0540107588

we need ar(1)
author jeffpc@hvfdev
date Sun, 30 Oct 2011 11:57:21 -0400
parents 710c1d3c6036
children b4aea2297716
files build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Sun Oct 30 11:56:06 2011 -0400
+++ b/build.sh	Sun Oct 30 11:57:21 2011 -0400
@@ -30,7 +30,7 @@
 BUILD_MPC=true
 BUILD_GCC=true
 
-for x in wget tar patch rm mkdir gmake ; do
+for x in wget tar patch rm mkdir gmake ar ; do
 	which $x 2> /dev/null && continue
 
 	echo "Error: cannot find '$x'"