From cf4f400ca8738c34dba9c4e13810e85f0c45db2b Mon Sep 17 00:00:00 2001 From: kozyilmaz Date: Wed, 31 May 2017 10:38:02 +0300 Subject: [PATCH] =?UTF-8?q?[macOS]=20system=20linker=20does=20not=20suppor?= =?UTF-8?q?t=20=E2=80=9C--version=E2=80=9D=20option=20but=20only=20?= =?UTF-8?q?=E2=80=9C-v=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zcutil/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/build.sh b/zcutil/build.sh index 7d9e7142..857bcf6f 100755 --- a/zcutil/build.sh +++ b/zcutil/build.sh @@ -102,7 +102,7 @@ eval "$MAKE" --version eval "$CC" --version eval "$CXX" --version as --version -ld --version +ld -v HOST="$HOST" BUILD="$BUILD" NO_RUST="$RUST_ARG" NO_PROTON="$PROTON_ARG" "$MAKE" "$@" -C ./depends/ V=1 ./autogen.sh