From 6efa5fa8c0008add407c9e1e19f42c9689829c0b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 30 Aug 2019 17:18:39 -0300 Subject: [PATCH] Small fix in the windows build script. --- win/pack.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/pack.sh b/win/pack.sh index fccb076..59cfa84 100755 --- a/win/pack.sh +++ b/win/pack.sh @@ -5,7 +5,7 @@ LIBRARY_NAME="lib3270" CORE_LIBRARIES="lib3270 libv3270" PACKAGE_PLUGINS="ipc" PACKAGE_LANGUAGE_BINDINGS="hllapi" -TARGET_ARCHS="x86_32 x82_64" +TARGET_ARCHS="x86_32 x86_64" GIT_URL="https://github.com/PerryWerneck" PROJECTDIR=$(dirname $(dirname $(readlink -f ${0}))) @@ -123,7 +123,7 @@ buildLibrary() ;; *) - failed "Arquitetura desconhecida: ${1}" + failed "Arquitetura desconhecida: ${ARCH}" esac @@ -207,7 +207,7 @@ buildApplication() ;; *) - failed "Arquitetura desconhecida: ${1}" + failed "Arquitetura desconhecida: ${ARCH}" esac -- libgit2 0.21.2