We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f4305 commit cba5adfCopy full SHA for cba5adf
gl/gl.go
@@ -3,8 +3,6 @@ package gl
3
// #cgo CXXFLAGS: -std=c++0x -pedantic-errors -Wall -fno-strict-aliasing
4
// #cgo CPPFLAGS: -DGL_GLEXT_PROTOTYPES -DGL_GLEXT_LEGACY
5
// #cgo LDFLAGS: -lstdc++
6
-// #cgo !darwin LDFLAGS: -lGL
7
-// #cgo darwin LDFLAGS: -framework OpenGL
8
// #cgo pkg-config: Qt5Core Qt5Widgets Qt5Quick Qt5OpenGL
9
//
10
// #include "gl.h"
0 commit comments