From b5d9a02adf4deff960b978b3b3c56a07484a255f Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Sat, 30 Oct 2021 11:51:00 -0300 Subject: [PATCH] Added /c/msys64/mingw64/bin to PATH. --- ports/ci/windows-msys/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/ci/windows-msys/deploy.sh b/ports/ci/windows-msys/deploy.sh index a7fde62..e0de08c 100644 --- a/ports/ci/windows-msys/deploy.sh +++ b/ports/ci/windows-msys/deploy.sh @@ -20,7 +20,7 @@ git clone https://github.com/webcamoid/DeployTools.git -export PATH="/c/Program Files (x86)/NSIS:/mingw64/bin:${PATH}" +export PATH="/c/Program Files (x86)/NSIS:/c/msys64/mingw64/bin:/mingw64/bin:${PATH}" export INSTALL_PREFIX="${PWD}/package-data-${COMPILER}" export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}") export PACKAGES_DIR="${PWD}/packages/windows-${COMPILER}"