vulkaninfo: fix app bundle not finding loader
authorCharles Giessen <charles@lunarg.com>
Tue, 7 Apr 2020 19:18:18 +0000 (13:18 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 7 Apr 2020 20:18:33 +0000 (14:18 -0600)
commit4acb8fe0b1336f3b98fabf741e86e8ab590f6926
treedc091ff4555686f91d5a51b27b3db1c7d75a3c6e
parent1fbefe048387b827a8f9859c0754bce2f09d1985
vulkaninfo: fix app bundle not finding loader

The change of vulkaninfo to dlopen the loader broke the app bundle.
This commit fixes it by manually setting up DYLD_LIBRARY_PATH before
starting vulkaninfo, ensuring that it can be found.
vulkaninfo/macOS/vulkaninfo.cmake
vulkaninfo/macOS/vulkaninfo.sh
vulkaninfo/macOS/vulkaninfo_run.command [new file with mode: 0755]