Remove accidentally left-over V=1 in the iOS build step
This commit is contained in:
parent
ffc8aaa38a
commit
174f9bb644
2
make.sh
2
make.sh
|
@ -19,7 +19,7 @@ function build_iOS {
|
||||||
else
|
else
|
||||||
IOS_ARCHS="$1"
|
IOS_ARCHS="$1"
|
||||||
fi
|
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 {
|
function build {
|
||||||
|
|
Loading…
Reference in New Issue