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