From bffc1d6a1f018f61be13f73baf12e8a3dd48f1c5 Mon Sep 17 00:00:00 2001 From: asquelt Date: Fri, 14 Apr 2017 15:51:11 +0200 Subject: [PATCH] verifying libobs location --- CI/before-script-osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 15c5a931..ba282871 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -3,14 +3,14 @@ set -ex mkdir build && cd build ls -lh $(brew --prefix qt5) -ls -lh ../../obs-studio/libobs +ls -lh ../../obs-studio/build/libobs/libobs.* cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \ -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/libobs.dylib \ -DCMAKE_INSTALL_PREFIX=/usr \ && make -j4 -# -DLIBOBS_LIB=../../obs-studio/build/libobs/libobs.dylib \