|
@@ -1,6 +1,10 @@
|
|
# Make sure ccache is found
|
|
# Make sure ccache is found
|
|
export PATH=/usr/local/opt/ccache/libexec:$PATH
|
|
export PATH=/usr/local/opt/ccache/libexec:$PATH
|
|
|
|
|
|
|
|
+cd ./plugins/obs-browser
|
|
|
|
+git checkout origin/osx
|
|
|
|
+cd -
|
|
|
|
+
|
|
mkdir build
|
|
mkdir build
|
|
cd build
|
|
cd build
|
|
cmake -DENABLE_SPARKLE_UPDATER=ON \
|
|
cmake -DENABLE_SPARKLE_UPDATER=ON \
|