Skip to content

Commit

Permalink
Debug LC_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Oct 19, 2024
1 parent d27f25a commit 182d380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
sudo make install
if [[ "$RUNNER_OS" == "Linux" ]]; then sudo ldconfig; fi
if [[ "$RUNNER_OS" == "macOS" ]]; then sudo update_dyld_shared_cache; fi
if [[ "$RUNNER_OS" == "macOS" ]]; then echo dumpvdl2 LC_RPATH; otool -l /usr/local/bin/dumpvdl2 | grep LC_RPATH; echo libacars LC_ID_DYLIB:; otool -l /usr/local/lib/libacars-2.dylib | grep -A 2 LC_ID_DYLIB; fi
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 182d380

Please sign in to comment.