From d1c64c750987daf4ff7f6c06bacef239f51fd19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sun, 6 Aug 2017 06:30:00 +0200 Subject: [PATCH] macOS CI: more debug statements --- CI/install-dependencies-osx.sh | 1 + CI/package-osx.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index e2df8794..66d1562f 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -8,6 +8,7 @@ brew install libav # qtwebsockets deps brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fdb7c6e960e830b3bf630850c0002c5df9f68ed8/Formula/qt5.rb +echo "Qt path: $(find /usr/local/Cellar/qt -d 1 | tail -n 1)" # Build obs-studio cd .. diff --git a/CI/package-osx.sh b/CI/package-osx.sh index 657a9ad2..c47fda40 100755 --- a/CI/package-osx.sh +++ b/CI/package-osx.sh @@ -50,11 +50,11 @@ install_name_tool \ # Check if replacement worked echo "-- Dependencies for QtNetwork" -otool -l ./build/QtNetwork +otool -L ./build/QtNetwork echo "-- Dependencies for QtWebSockets" -otool -l ./build/QtWebSockets +otool -L ./build/QtWebSockets echo "-- Dependencies for obs-websocket" -otool -l ./build/obs-websocket.so +otool -L ./build/obs-websocket.so chmod -w ./build/QtWebSockets ./build/QtNetwork