Remove accidentally left-over V=1 in the iOS build step

This commit is contained in:
Ole André Vadla Ravnås 2014-07-05 20:29:50 +02:00
parent ffc8aaa38a
commit 174f9bb644
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function build_iOS {
else
IOS_ARCHS="$1"
fi
CC="$IOS_CC" CFLAGS="$IOS_CFLAGS" LDFLAGS="$IOS_LDFLAGS" LIBARCHS="$IOS_ARCHS" ${MAKE} V=1
CC="$IOS_CC" CFLAGS="$IOS_CFLAGS" LDFLAGS="$IOS_LDFLAGS" LIBARCHS="$IOS_ARCHS" ${MAKE}
}
function build {