@@ -444,12 +444,12 @@ jobs:
444
444
mkdir -p ./build
445
445
cd ./build
446
446
cmake .. \
447
- -DQTDIR=${{ github.workspace }}/obsdeps \
448
- -DDepsPath=${{ github.workspace }}/obsdeps \
449
- -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
450
- -DDISABLE_PLUGINS=true \
451
- -DENABLE_SCRIPTING=0 \
452
- -DCMAKE_PREFIX_PATH=${{ github.workspace }}/obsdeps/lib/cmake
447
+ -DQTDIR=${{ github.workspace }}/obsdeps \
448
+ -DDepsPath=${{ github.workspace }}/obsdeps \
449
+ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
450
+ -DDISABLE_PLUGINS=true \
451
+ -DENABLE_SCRIPTING=0 \
452
+ -DCMAKE_PREFIX_PATH=${{ github.workspace }}/obsdeps/lib/cmake
453
453
- name : ' Build OBS Studio'
454
454
if : steps.cache-obs-build.outputs.cache-hit != 'true'
455
455
working-directory : ${{ github.workspace }}/obs-studio/build
@@ -464,13 +464,14 @@ jobs:
464
464
mkdir -p build
465
465
cd build
466
466
cmake .. \
467
- -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
468
- -DQTDIR=${{ github.workspace }}/obsdeps \
469
- -DLIBOBS_INCLUDE_DIR=${{ github.workspace }}/obs-studio/libobs \
470
- -DLIBOBS_LIB=${{ github.workspace }}/obs-studio/libobs \
471
- -DOBS_FRONTEND_LIB="${{ github.workspace }}/obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib" \
472
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
473
- -DCMAKE_INSTALL_PREFIX=/usr
467
+ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
468
+ -DQTDIR=${{ github.workspace }}/obsdeps \
469
+ -DLIBOBS_INCLUDE_DIR=${{ github.workspace }}/obs-studio/libobs \
470
+ -DLIBOBS_LIB=${{ github.workspace }}/obs-studio/libobs \
471
+ -DOBS_FRONTEND_LIB="${{ github.workspace }}/obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib" \
472
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
473
+ -DCMAKE_INSTALL_PREFIX=/usr \
474
+ -DOBS_WEBSOCKET_VERSION_SUFFIX="${{ env.CMAKE_VERSION_SUFFIX }}"
474
475
- name : ' Build obs-websocket'
475
476
working-directory : ${{ github.workspace }}/obs-websocket/build
476
477
shell : bash
0 commit comments