diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-06-05 17:37:02 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-18 06:33:23 +0000 |
commit | 5467eed186c0576704b3d6de2e8d2d8a8ca6ad35 (patch) | |
tree | 7a34518aa7a5948647d7e8c59b771e99902f7dfe /mesonbuild/compilers/java.py | |
parent | 6e2ee246197a8dd12e8f147975b79599dc881360 (diff) | |
download | meson-5467eed186c0576704b3d6de2e8d2d8a8ca6ad35.zip meson-5467eed186c0576704b3d6de2e8d2d8a8ca6ad35.tar.gz meson-5467eed186c0576704b3d6de2e8d2d8a8ca6ad35.tar.bz2 |
Test that binaries that use external libraries work
When we link to an external library either with find_library() without
any dirs:, or with dependency(), we should be able to run uninstalled
out of the box without having to set any environment variables or other
shenanigans.
This is especially important on macOS because only the system frameworks
directory is in the default runtime path, and all other frameworks and
libraries need to be found with RPATH or absolute path to the dylib.
Diffstat (limited to 'mesonbuild/compilers/java.py')
0 files changed, 0 insertions, 0 deletions