]> git.cworth.org Git - glaze/commit
Install symlinks from libGL.so to libGL.so.1
authorCarl Worth <cworth@cworth.org>
Sat, 21 Sep 2013 16:18:26 +0000 (09:18 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 21 Sep 2013 22:00:56 +0000 (15:00 -0700)
commita2d9fe4457823cb98df9bebdfe43f2f422546f63
tree66293ea8f36216291d9efb265f21ee769c9db22b
parent6935778ded0edf150cf31c545e69499e775f75c0
Install symlinks from libGL.so to libGL.so.1

An application that is directly linked will already be pointing to libGL.so.1,
but an application that is using dlopen will likely look for a file named
"libGL.so" so we need to install this symlink for those to work as well.
Makefile