summaryrefslogtreecommitdiffstats
path: root/ci/build-macos.sh
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2020-03-22 14:58:22 +0200
committerJan Ekström <jeebjp@gmail.com>2020-03-22 14:58:22 +0200
commit3fedf61532337e808587a2cd22cbbebad278be5f (patch)
tree7a25563ed08dbbacf08e2cd673833958a39dc217 /ci/build-macos.sh
parent038f2213e15d4b4c2f2c1e3d87e3004e4f2be5ba (diff)
downloadmpv-3fedf61532337e808587a2cd22cbbebad278be5f.tar.bz2
mpv-3fedf61532337e808587a2cd22cbbebad278be5f.tar.xz
ci: remove missed remnants of libass from the macOS script as well
Diffstat (limited to 'ci/build-macos.sh')
-rwxr-xr-xci/build-macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-macos.sh b/ci/build-macos.sh
index 7b6eda7356..347a75160f 100755
--- a/ci/build-macos.sh
+++ b/ci/build-macos.sh
@@ -18,7 +18,7 @@ PKG_CONFIG_PATH="${FFMPEG_SYSROOT}/lib/pkgconfig/" CC="${CC}" CXX="${CXX}" pytho
./waf configure \
--variant="${MPV_VARIANT}" \
--prefix="${MPV_INSTALL_PREFIX}" \
- --enable-{gl,iconv,lcms2,libass,libass-osd,libmpv-shared,lua,jpeg,plain-gl,zlib} \
+ --enable-{gl,iconv,lcms2,libmpv-shared,lua,jpeg,plain-gl,zlib} \
--enable-{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl}
python3 ./waf build --variant="${MPV_VARIANT}" -j4