From b271aa2aaa7ce88dbc0aff7286872634d4bd2641 Mon Sep 17 00:00:00 2001 From: asquelt Date: Wed, 5 Apr 2017 13:19:57 +0200 Subject: [PATCH] try to build osx version --- CI/before-script-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index d372b55f..0a12ea04 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -9,6 +9,6 @@ cmake .. \ -DQt5Widgets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Widgets \ -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \ -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \ - -DLIBOBS_LIB=../../obs-studio/build/libobs \ + -DLIBOBS_LIB=/usr/local/bin \ -DCMAKE_INSTALL_PREFIX=/usr \ && make -j4