From dceee4dede158fd96f23d2011999540a4300208c Mon Sep 17 00:00:00 2001 From: asquelt Date: Fri, 14 Apr 2017 15:39:14 +0200 Subject: [PATCH] verifying libobs location --- CI/before-script-osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 5008d8fc..15c5a931 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -3,6 +3,7 @@ set -ex mkdir build && cd build ls -lh $(brew --prefix qt5) +ls -lh ../../obs-studio/libobs cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \