13
0
livetrax/tools/windows_packaging/waf.sh

7 lines
61 B
Bash
Executable File

#!/bin/bash
. ./mingw-env.sh
cd $BASE || exit 1
./waf "$@"