We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f93564a + 6dbc0ce commit 2bf5035Copy full SHA for 2bf5035
cbits/HsGLUT.c
@@ -50,6 +50,8 @@ hs_GLUT_getProcAddress(const char *name)
50
51
static const char* libNames[] = {
52
#ifdef __APPLE__
53
+ /* Try to use freeglut, checking the LD_LIBRARY_PATH */
54
+ "libglut.dylib",
55
/* Try public framework path first. */
56
"/Library/Frameworks/GLUT.framework/GLUT",
57
/* If the public path failed, try the system framework path. */
0 commit comments