From 9f460f6c99430f52f0199d86cbab7770d24831eb Mon Sep 17 00:00:00 2001 From: asquelt Date: Wed, 5 Apr 2017 00:36:07 +0200 Subject: [PATCH] try to build osx version --- CI/before-script-osx.sh | 1 - CI/install-dependencies-osx.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 1fe2fd0d..f5e90bc0 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -5,7 +5,6 @@ mkdir build && cd build ls -lh $(brew --prefix qt5) cmake .. \ -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 \ -DLIBOBS_LIB=../../obs-studio/libobs \ diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 083d36e6..2b6b2b9c 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -19,7 +19,6 @@ cd obs-studio mkdir build && cd build cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ - -DWITH_QT=1 \ && make -j4 sudo make install