Merge branch 'windows' of git://git.ardour.org/ardour/ardour into windows
[ardour.git] / tools / windows_packaging / configure-debug.sh
1 #!/bin/bash
2
3 . ./mingw-env.sh
4
5 . ./print-env.sh
6
7 cd $BASE || exit 1
8 ./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --no-lv2 --test --single-tests --dist-target=mingw "$@"