From 8a78e79a83c86c9c53969ead367b9fe4c2ce129f Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Wed, 1 Mar 2017 00:34:03 -0600 Subject: [PATCH] CI: OSX - Update to CEF 2987 --- CI/install-dependencies-osx.sh | 6 +++--- plugins/obs-browser | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index ac41db96a..45279ece8 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -30,9 +30,9 @@ mkdir ./sparkle tar -xf ./sparkle.tar.bz2 -C ./sparkle # CEF Stuff -curl -kLO http://opensource.spotify.com/cefbuilds/cef_binary_3.2883.1540.gedbfb20_macosx64.tar.bz2 -f --retry 5 -C - -tar -xf ./cef_binary_3.2883.1540.gedbfb20_macosx64.tar.bz2 -cd ./cef_binary_3.2883.1540.gedbfb20_macosx64 +curl -kLO https://obs-nightly.s3-us-west-2.amazonaws.com/cef_binary_3.2987.1588.g1952835_macosx64.tar.bz2 -f --retry 5 -C - +tar -xf ./cef_binary_3.2987.1588.g1952835_macosx64.tar.bz2 +cd ./cef_binary_3.2987.1588.g1952835_macosx64 mkdir build cd ./build cmake -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_EXE_LINKER_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 .. diff --git a/plugins/obs-browser b/plugins/obs-browser index d28d7ee06..0e4c9e824 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit d28d7ee0623682985a76292b229b6352ad9ceecb +Subproject commit 0e4c9e824bdbe4c5f9b684968eb85963e19a52a3