diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index adc6f48d2..50a9a1916 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -12,4 +12,5 @@ cmake -DENABLE_SPARKLE_UPDATER=ON \ -DVLCPath=$PWD/../../vlc-3.0.4 \ -DBUILD_BROWSER=ON \ -DBROWSER_DEPLOY=ON \ +-DBUILD_CAPTIONS=ON \ -DCEF_ROOT_DIR=$PWD/../../cef_binary_${CEF_BUILD_VERSION}_macosx64 ..