Fix Bundled drivers on MacOS taking precedence
authorCharles Giessen <charles@lunarg.com>
Mon, 5 Dec 2022 19:21:59 +0000 (12:21 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 9 Jan 2023 23:25:53 +0000 (16:25 -0700)
commit12c169db136f8f906803b429df88cb6f50698497
tree715255836151a2077d3a077301c490855e9e4264
parent15b02f97238be98952233a6830b508063c3200f0
Fix Bundled drivers on MacOS taking precedence

Previous commits broke the behavior of only using bundled drivers if found,
this commit fixes the condition to make sure the bundled drivers are used while
no other drivers are loaded.
loader/loader.c