Browse Source

CI: Build caption output support on OSX by default

Enable caption building by default on OSX to make captions usable
on OSX via scripting API.
Rat 7 years ago
parent
commit
cb3054ae6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CI/before-script-osx.sh

+ 1 - 0
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 ..