mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
9 lines
199 B
Bash
9 lines
199 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
. ./mingw-env.sh
|
||
|
|
|
||
|
|
. ./print-env.sh
|
||
|
|
|
||
|
|
cd $BASE || exit 1
|
||
|
|
./waf configure --prefix="/" --bindir="/" --configdir="/share" --noconfirm --no-lv2 --test --single-tests --dist-target=mingw "$@"
|