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.
1 parent d610ab2 commit e7a6688Copy full SHA for e7a6688
1 file changed
packages/o/opengl/xmake.lua
@@ -12,7 +12,7 @@ package("opengl")
12
end
13
if opt.system then
14
if package:is_plat("linux") and package.find_package then
15
- return package:find_package("opengl", opt) or package:find_package("gl", opt)
+ return package:find_package("OpenGL", opt) or package:find_package("GL", opt)
16
17
18
end)
0 commit comments