mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
8 lines
217 B
Bash
Executable file
8 lines
217 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ./mingw-env.sh
|
|
|
|
. ./print-env.sh
|
|
|
|
cd $BASE || exit 1
|
|
./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --test --single-tests --with-backends=dummy,jack --dist-target=mingw "$@"
|