Skip to content

Commit 2cb5dbf

Browse files
committed
JavaCL: hum… (issue #312)
1 parent ec93f80 commit 2cb5dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenCL4Java/src/main/java/com/nativelibs4java/opencl/library/OpenGLContextUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class OpenGLContextUtils {
1616
static {
1717
if (Platform.isWindows())
1818
BridJ.addNativeLibraryAlias("OpenGL", "OpenGL32"); // even in 64 bit mode !
19-
else if (Platform.isUnix())
19+
else if (Platform.isUnix() && !Platform.isMacOSX())
2020
BridJ.addNativeLibraryAlias("OpenGL", "GL");
2121

2222
BridJ.register();

0 commit comments

Comments
 (0)