Added /c/msys64/mingw64/bin to PATH.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-10-30 11:51:00 -03:00
parent 78f930b3bf
commit b5d9a02adf
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF

View file

@ -20,7 +20,7 @@
git clone https://github.com/webcamoid/DeployTools.git 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="${PWD}/package-data-${COMPILER}"
export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}") export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}")
export PACKAGES_DIR="${PWD}/packages/windows-${COMPILER}" export PACKAGES_DIR="${PWD}/packages/windows-${COMPILER}"