Merge pull request #154 from nwnk/fix-dlwrap-for-glvnd

test: Fix dlwrap for glvnd
macos/v1.5.9
Emmanuele Bassi 7 years ago committed by GitHub
commit 88c0c4858e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/dlwrap.c

@ -67,6 +67,7 @@ static struct libwrap {
{ "libGL.so", "GL", NULL },
{ "libEGL.so", "EGL", NULL },
{ "libGLESv2.so", "GLES2", NULL },
{ "libOpenGL.so", "GL", NULL},
};
/* Match 'filename' against an internal list of libraries for which

Loading…
Cancel
Save