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 \