obs-browser: Fix local macOS build issues

(This also modifies the CI scripts accordingly)

It was difficult to build local obs-browser builds on macOS due to the
way the frameworks work and libraries are linked.  This solves that
issue so that local builds of obs-browser should always work fine.
This commit is contained in:
jp9000 2018-09-11 01:29:13 -07:00
parent 6c42d07751
commit 2c0f65c3ea
2 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ cmake -DENABLE_SPARKLE_UPDATER=ON \
-DDepsPath=/tmp/obsdeps \
-DVLCPath=$PWD/../../vlc-master \
-DBUILD_BROWSER=ON \
-DBROWSER_DEPLOY=ON \
-DCEF_ROOT_DIR=$PWD/../../cef_binary_${CEF_BUILD_VERSION}_macosx64 ..

@ -1 +1 @@
Subproject commit a321928756ae8ed4315d6d7b35a113e76493297c
Subproject commit da0b4493093230f076fb429d2fcda82f3ce1b247