Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions OpenGLRaw.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,12 @@ library
CPP
PatternSynonyms
ScopedTypeVariables
if os(openbsd)
-- OpenBSD keeps OpenGL libs under /usr/X11R6. Without the following line,
-- we get an error like this:
-- cabal: Missing dependency on a foreign library:
-- * Missing (or bad) C library: GL
pkgconfig-depends: gl
if os(windows) && flag(UseNativeWindowsLibraries)
if arch(i386)
cpp-options: "-DCALLCONV=stdcall"
Expand Down