0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

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.
This commit is contained in:
Rat 2019-03-21 07:46:12 +01:00
parent eebb8f6597
commit cb3054ae6e

View File

@ -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 ..