Skip to content

Commit

Permalink
LC_RPATH debug
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Oct 19, 2024
1 parent 7a7884e commit c84ca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Test run
run: |
if [[ "$RUNNER_OS" == "macOS" ]]; then echo dumpvdl2 libraries:; otool -L /usr/local/bin/dumpvdl2; echo libacars install_name:; otool -D /usr/local/lib/libacars-2.dylib; echo dumpvdl2 LC_RPATHs: otool -l /usr/local/bin/dumpvdl2 | grep LC_RPATH -A2; fi
if [[ "$RUNNER_OS" == "macOS" ]]; then echo dumpvdl2 LC_RPATHs:; otool -l /usr/local/bin/dumpvdl2; fi
DYLD_PRINT_SEARCHING=1 DYLD_PRINT_LIBRARIES=1 /usr/local/bin/dumpvdl2 ${VDL2_TEST1}
res=$(/usr/local/bin/dumpvdl2 ${VDL2_TEST1} | egrep -c "${VDL2_TEST1_EXPECT}")
if [[ "x$res" = "x" ]]; then false; fi
Expand Down

0 comments on commit c84ca22

Please sign in to comment.