Skip to content

Commit

Permalink
Display hook framework's ID and lib dependancies
Browse files Browse the repository at this point in the history
Just for debugging / diagnostics (particularly because I suspect that
the install_name_tool calls are no longer necessary).
  • Loading branch information
pcolby committed Mar 15, 2019
1 parent 2b18076 commit d9d869b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ before_install:
script:
- ./build.sh

after_success:
- otool -L build/qtbase/lib/QtNetwork.framework/QtNetwork

before_deploy:
- ln -s build/qtbase/lib/QtNetwork.framework/QtNetwork QtNetwork-$MACOS_SDK

Expand Down

0 comments on commit d9d869b

Please sign in to comment.