ci: Set the minimum MacOS version to 10.13

This commit is contained in:
Dominik Nakamura 2021-12-19 17:35:34 +09:00
parent a40e79e987
commit 6f6fbf84d1
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

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 \