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:
parent
6c42d07751
commit
2c0f65c3ea
@ -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
|
Loading…
x
Reference in New Issue
Block a user