Merge pull request #882 from dnaka91/ci-macos-10.13

ci: Set the minimum MacOS version to 10.13
This commit is contained in:
tt2468 2021-12-19 17:10:56 +07:00 committed by GitHub
commit b37305354d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ fi
echo "[obs-websocket] Building 'obs-websocket' for macOS."
mkdir -p build && cd build
cmake .. \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
-DQTDIR=/tmp/obsdeps \
-DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \
-DLIBOBS_LIB=../../obs-studio/libobs \