Commit 60b20018c012bba3b4e5a25952d5c38c8b187bdb

Authored by Perry Werneck
1 parent 3b0dc872
Exists in develop

Working on macos build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mac/ci-build.sh
@@ -6,7 +6,7 @@ PROJECT_NAME=$(grep AC_INIT configure.ac | cut -d[ -f2 | cut -d] -f1) @@ -6,7 +6,7 @@ PROJECT_NAME=$(grep AC_INIT configure.ac | cut -d[ -f2 | cut -d] -f1)
6 VERSION=$(grep AC_INIT configure.ac | cut -d[ -f3 | cut -d] -f1) 6 VERSION=$(grep AC_INIT configure.ac | cut -d[ -f3 | cut -d] -f1)
7 7
8 echo "Unpacking lib3270" 8 echo "Unpacking lib3270"
9 -tar -C $(brew --cellar) -Jxvf mingw-lib3270.tar.xz 9 +tar -C $(brew --cellar) -Jxvf macos-lib3270.tar.xz
10 if [ "$?" != "0" ]; then 10 if [ "$?" != "0" ]; then
11 exit -1 11 exit -1
12 fi 12 fi