From bc1555ca5bc08b080edd20499a8dfc7b823ad4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Fri, 14 Apr 2017 22:19:48 +0200 Subject: [PATCH] Update before-script-osx.sh --- 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 3184bf64..fc2aef37 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 -lhR ../../obs-studio +ls -lhR ../../obs-studio/build cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \