Просмотр исходного кода

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.
jp9000 7 лет назад
Родитель
Сommit
2c0f65c3ea
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      CI/before-script-osx.sh
  2. 1 1
      plugins/obs-browser

+ 1 - 0
CI/before-script-osx.sh

@@ -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
plugins/obs-browser

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