summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build-tumbleweed.sh')
-rwxr-xr-xci/build-tumbleweed.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 355ccd92e6..48b464b594 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -19,7 +19,8 @@ if [ "$1" = "meson" ]; then
fi
if [ "$1" = "waf" ]; then
- python3 ./waf configure \
+ python3 ./waf configure \
+ --out=build_waf \
--enable-cdda \
--enable-dvbin \
--enable-dvdnav \
@@ -31,5 +32,5 @@ if [ "$1" = "waf" ]; then
--enable-tests \
--enable-vulkan
python3 ./waf build
- ./build/mpv -v --no-config -v --unittest=all-simple
+ ./build_waf/mpv -v --no-config -v --unittest=all-simple
fi