macOS CI: more debug statements

This commit is contained in:
Stéphane L 2017-08-06 06:30:00 +02:00
parent 30a19cfe8a
commit d1c64c7509
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ brew install libav
# qtwebsockets deps # qtwebsockets deps
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fdb7c6e960e830b3bf630850c0002c5df9f68ed8/Formula/qt5.rb 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 # Build obs-studio
cd .. cd ..

View File

@ -50,11 +50,11 @@ install_name_tool \
# Check if replacement worked # Check if replacement worked
echo "-- Dependencies for QtNetwork" echo "-- Dependencies for QtNetwork"
otool -l ./build/QtNetwork otool -L ./build/QtNetwork
echo "-- Dependencies for QtWebSockets" echo "-- Dependencies for QtWebSockets"
otool -l ./build/QtWebSockets otool -L ./build/QtWebSockets
echo "-- Dependencies for obs-websocket" echo "-- Dependencies for obs-websocket"
otool -l ./build/obs-websocket.so otool -L ./build/obs-websocket.so
chmod -w ./build/QtWebSockets ./build/QtNetwork chmod -w ./build/QtWebSockets ./build/QtNetwork