mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
macOS CI: more debug statements
This commit is contained in:
parent
30a19cfe8a
commit
d1c64c7509
@ -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 ..
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user