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 f129106 + eb67678 commit 233700eCopy full SHA for 233700e
OpenGLRaw.cabal
@@ -256,15 +256,18 @@ library
256
extra-libraries: opengl32
257
else
258
cpp-options: "-DCALLCONV=ccall"
259
- if !os(darwin) && flag(UseGlXGetProcAddress)
+ if !os(darwin) && !os(ios) && flag(UseGlXGetProcAddress)
260
cc-options: "-DUSE_GLXGETPROCADDRESS"
261
262
cc-options: "-DUSE_DLSYM"
263
if os(darwin)
264
cpp-options: "-DHANDLE_IS_POINTER"
265
frameworks: OpenGL
266
267
- extra-libraries: GL
+ if os(ios)
268
+ frameworks: OpenGLES
269
+ else
270
+ extra-libraries: GL
271
272
source-repository head
273
type: git
0 commit comments