Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Oct 7, 2023
1 parent 9e0bdd3 commit 12de239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
./build-macos
strip $top/src/dosbox-x
make dosbox-x.app
echo "install lib"
cd dosbox-x.app/Contents/MacOS
echo "get list of libraries required"
INSTALL_LIBS=($(otool -L dosbox-x | grep '\w*@executable.*' - | sed -n -r 's#.+/(lib.*dylib).*#\1#p'))
for i in ${INSTALL_LIBS[@]}
do
Expand Down

0 comments on commit 12de239

Please sign in to comment.