summaryrefslogtreecommitdiffstats
path: root/scripts/mpv-config
blob: f7f92f79c455a16ccfc7578f4f39eea89ef75707 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

OPTIONS=""

BUILD="$(pwd)"
cd "$BUILD"/mpv
PKG_CONFIG_PATH="$BUILD"/build_libs/lib/pkgconfig ./waf configure $OPTIONS "$@"