Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add loader path to rpath for cctest #23168

Closed
wants to merge 1 commit into from

Commits on Sep 29, 2018

  1. build: add loader path to rpath for cctest

    Building on Mac OS/X as follows:
    
    ```
    ./configure --shared
    make -j4 test
    ```
    
    Results in:
    
    ```
    dyld: Library not loaded: @rpath/libnode.67.dylib
      Referenced from: /Users/rubys/git/node-shared/out/Release/cctest
      Reason: image not found
    make: *** [cctest] Abort trap: 6
    ```
    
    This change adds the loader path to the runtime path for the `cctest` executable.
    rubys committed Sep 29, 2018
    Copy the full SHA
    5e90301 View commit details
    Browse the repository at this point in the history