From 60b20018c012bba3b4e5a25952d5c38c8b187bdb Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 26 Mar 2023 09:17:31 -0300 Subject: [PATCH] Working on macos build. --- mac/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/ci-build.sh b/mac/ci-build.sh index 2cc9599..23490d0 100755 --- a/mac/ci-build.sh +++ b/mac/ci-build.sh @@ -6,7 +6,7 @@ PROJECT_NAME=$(grep AC_INIT configure.ac | cut -d[ -f2 | cut -d] -f1) VERSION=$(grep AC_INIT configure.ac | cut -d[ -f3 | cut -d] -f1) echo "Unpacking lib3270" -tar -C $(brew --cellar) -Jxvf mingw-lib3270.tar.xz +tar -C $(brew --cellar) -Jxvf macos-lib3270.tar.xz if [ "$?" != "0" ]; then exit -1 fi -- libgit2 0.21.2