From d4bdb216d228b434b2e1f30f9f89e6b46cee026d Mon Sep 17 00:00:00 2001 From: asquelt Date: Fri, 14 Apr 2017 15:59:47 +0200 Subject: [PATCH] verifying libobs location --- 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 ba282871..3184bf64 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -3,7 +3,7 @@ set -ex mkdir build && cd build ls -lh $(brew --prefix qt5) -ls -lh ../../obs-studio/build/libobs/libobs.* +ls -lhR ../../obs-studio cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \