From def0cf46bd8fb5750d30281a26743ba290a0783f Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Tue, 3 Aug 2021 16:56:12 -0300 Subject: [PATCH] Improved CI build scripts 6. --- ports/ci/windows-msys/deploy.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ports/ci/windows-msys/deploy.sh b/ports/ci/windows-msys/deploy.sh index 04d130a..0fbf4e6 100644 --- a/ports/ci/windows-msys/deploy.sh +++ b/ports/ci/windows-msys/deploy.sh @@ -31,8 +31,9 @@ export PYTHONPATH="${PWD}/DeployTools" /c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/* /c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/* +mkdir -p "${PACKAGES_DIR}" python3 DeployTools/deploy.py \ - -d "${INSTALL_PREFIX}" \ - -c "${BUILD_PATH}/package_info.conf" \ - -o "${PACKAGES_DIR}" + -d "${INSTALL_PREFIX_W}" \ + -c "${BUILD_PATH_W}/package_info.conf" \ + -o "${PACKAGES_DIR_W}"