Merge pull request #546 from curtgrimes/bugfix/reenable-macos-captions

[Bug Fix] Reenable building with captions on MacOS
This commit is contained in:
tt2468 2020-07-01 04:24:40 -07:00 committed by GitHub
commit a4279d09a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ git checkout $OBSLatestTag
mkdir build && cd build
echo "[obs-websocket] Building obs-studio.."
cmake .. \
-DBUILD_CAPTIONS=true \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 \
-DDISABLE_PLUGINS=true \
-DENABLE_SCRIPTING=0 \