From d84cac2654f237811623a70eb65a05227b88fab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Thu, 23 Nov 2023 10:20:19 +0100 Subject: [PATCH] ci --- ci/build-macos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build-macos.sh b/ci/build-macos.sh index 14b3a1b934d9f..f7da654ee78c7 100755 --- a/ci/build-macos.sh +++ b/ci/build-macos.sh @@ -12,11 +12,12 @@ fi PKG_CONFIG_PATH="${FFMPEG_SYSROOT}/lib/pkgconfig/" CC="${CC}" CXX="${CXX}" \ meson setup build \ + --werror -Dprefix="${MPV_INSTALL_PREFIX}" \ + -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \ -D{libmpv,tests}=true \ -D{gl,iconv,lcms2,lua,jpeg,plain-gl,zlib}=enabled \ -D{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}=enabled - meson compile -C build -j4 meson install -C build ./build/mpv -v --no-config