summaryrefslogtreecommitdiffstats
path: root/packaging/windows/get-win-build-path.sh
blob: 0f05f26df3b56f9acddf44eb86c292a1b1fbed31 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

REPO_ROOT="$(dirname "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null && pwd -P)")")"

# shellcheck source=./win-build-dir.sh
. "${REPO_ROOT}/packaging/windows/win-build-dir.sh"

cygpath -wa "${build}"