mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 00:53:00 +00:00
opengl32: Download OpenGL registry files even if server certificate can't be verified.
This commit is contained in:
parent
46c7acadd7
commit
fbf2e243fe
@ -389,8 +389,8 @@ if ($version eq "1.0") {
|
||||
#
|
||||
# Fetch the registry files
|
||||
#
|
||||
-f "gl.xml" || system "wget https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
|
||||
-f "wgl.xml" || system "wget https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
|
||||
-f "gl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
|
||||
-f "wgl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user