From 5a069d2ffcff429302f268c11a4e16416887f501 Mon Sep 17 00:00:00 2001 From: asquelt Date: Tue, 4 Apr 2017 23:24:07 +0200 Subject: [PATCH] try to build osx version --- CI/before-script-osx.sh | 2 +- CI/install-dependencies-osx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 69850316..48c72838 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -5,7 +5,7 @@ mkdir build && cd build ls -lh $(brew --prefix qt5) cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5) \ - -DWITH_QT5=1 \ + -DWITH_QT=1 \ -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \ -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \ -DLIBOBS_LIB=../../obs-studio/libobs \ diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index cf345600..7edc6339 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -19,7 +19,7 @@ cd obs-studio mkdir build && cd build cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5) \ - -DWITH_QT5=1 \ + -DWITH_QT=1 \ && make -j4 sudo make install