Merge pull request #477 from tt2468/patch-3

[Bug Fix] Don't build with captions on MacOS
This commit is contained in:
Stéphane Lepin 2020-04-30 19:38:56 +02:00 committed by GitHub
commit 31e2937b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ 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 \