From a0e8cb6b4cec06a3e2a6ad6cadef3140ceb193e7 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Mon, 3 Jan 2022 16:44:52 -0800 Subject: [PATCH] CI: Set target to 10.13 This was accidentally removed in 4.9.1 --- CI/macos/build-plugin-macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/macos/build-plugin-macos.sh b/CI/macos/build-plugin-macos.sh index 13c15806..eaf02641 100755 --- a/CI/macos/build-plugin-macos.sh +++ b/CI/macos/build-plugin-macos.sh @@ -23,4 +23,5 @@ cmake .. \ -DOBS_FRONTEND_LIB="$(pwd)/../../obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \ && make -j4