]> git.cworth.org Git - glaze/commit
Add a simple helper program to find libGL.so.1
authorCarl Worth <cworth@cworth.org>
Fri, 23 Aug 2013 23:24:37 +0000 (16:24 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Aug 2013 23:26:20 +0000 (16:26 -0700)
commitd499f195ad32444c466d927fafa6ecb451936b73
tree62434d57ecbbb4242c5cdf2c8ea499cb874bb9a4
parent2b7630a8f3277a568695fc59996c8bad34261454
Add a simple helper program to find libGL.so.1

This allows us to directly inspect the final result of all of the
loader's search-path logic without us needing to implement a
compatible version of that logic ourselves, (which is more than
trivial).
.gitignore
Makefile
glaze-find-libgl.c [new file with mode: 0644]