mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
7 lines
61 B
Bash
7 lines
61 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
. ./mingw-env.sh
|
||
|
|
|
||
|
|
cd $BASE || exit 1
|
||
|
|
./waf "$@"
|