From c4529bb9a3546a4e93ca4e63a26651c64260160b Mon Sep 17 00:00:00 2001 From: asquelt Date: Wed, 5 Apr 2017 00:01:53 +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 48c72838..1fe2fd0d 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -4,7 +4,7 @@ set -ex mkdir build && cd build ls -lh $(brew --prefix qt5) cmake .. \ - -DCMAKE_PREFIX_PATH=$(brew --prefix qt5) \ + -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DWITH_QT=1 \ -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \ -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \ diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 7edc6339..083d36e6 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -18,7 +18,7 @@ git clone --recursive https://github.com/jp9000/obs-studio cd obs-studio mkdir build && cd build cmake .. \ - -DCMAKE_PREFIX_PATH=$(brew --prefix qt5) \ + -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DWITH_QT=1 \ && make -j4