master
sh 8 lines 228 Bytes
Raw
1 #!/bin/bash
2
3 REPO_ROOT="$(dirname "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null && pwd -P)")")"
4
5 # shellcheck source=./win-build-dir.sh
6 . "${REPO_ROOT}/packaging/windows/win-build-dir.sh"
7
8 cygpath -wa "${build}"