From d235e97f5eb085689c40dfae49dc5a6e72c7bc54 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 9 Nov 2019 15:32:53 -0800 Subject: compile-ios.sh: Update grammar --- compile-ios.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compile-ios.sh b/compile-ios.sh index 4b47f6dd..8bbf3b54 100755 --- a/compile-ios.sh +++ b/compile-ios.sh @@ -1,4 +1,4 @@ --#!/usr/bin/env bash +#!/usr/bin/env bash # Mac C. compile-ios.sh for JQ. # Defaults @@ -19,7 +19,7 @@ ${0##*/}: usage Arguments: --extra-cflags : Pass defines or includes to clang. - --extra-ldflags : Pass libs or included to ld64. + --extra-ldflags : Pass libs or includes to ld64. --with-oniguruma : Change default version of onigurma from ${oniguruma}. EOF @@ -52,7 +52,7 @@ t_exit() { cat << EOF A error as occured. - oniguruma location: ${builddir}/onig + oniguruma location: ${builddir}/onig/onig-${oniguruma} jq location: ${cwd} Provide config.log and console logs when posting a issue. @@ -90,7 +90,7 @@ cd "${builddir}/" [[ ! -f ./configure ]] && autoreconf -ivf CC=${CC} LDFLAGS=${LDFLAGS} \ ./configure --host=${HOST} --build=$(./config/config.guess) --enable-docs=no --enable-shared=no --enable-static=yes --prefix=/ --with-oniguruma=${cwd}/ios/onig/${arch} $(test -z ${BISON+x} && echo '--disable-maintainer-mode') - make -j${MAKEJOBS} install DESTDIR="${cwd}/ios/jq/${arch}" # No jobs on purpose. + make -j${MAKEJOBS} install DESTDIR="${cwd}/ios/jq/${arch}" make clean done -- cgit v1.2.3